Skip to content

Commit 687cc0e

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: And also update the branch ref...
2 parents 83de742 + 85641ae commit 687cc0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
243243
echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini
244244
- name: Test Laravel
245-
if: matrix.branch.ref != 'refs/heads/PHP-8.0'
245+
if: matrix.branch.ref != 'PHP-8.0'
246246
run: |
247247
git clone https://github.com/laravel/framework.git --branch=master --depth=1
248248
cd framework
@@ -256,7 +256,7 @@ jobs:
256256
exit 1
257257
fi
258258
- name: Test Symfony
259-
if: matrix.branch.ref != 'refs/heads/PHP-8.0'
259+
if: matrix.branch.ref != 'PHP-8.0'
260260
run: |
261261
git clone https://github.com/symfony/symfony.git --depth=1
262262
cd symfony

0 commit comments

Comments
 (0)