Skip to content

Commit 6c7c438

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: And also update the branch ref...
2 parents 24ceee8 + 687cc0e commit 6c7c438

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
@@ -244,7 +244,7 @@ jobs:
244244
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
245245
echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini
246246
- name: Test Laravel
247-
if: matrix.branch.ref != 'refs/heads/PHP-8.0'
247+
if: matrix.branch.ref != 'PHP-8.0'
248248
run: |
249249
git clone https://github.com/laravel/framework.git --branch=master --depth=1
250250
cd framework
@@ -258,7 +258,7 @@ jobs:
258258
exit 1
259259
fi
260260
- name: Test Symfony
261-
if: matrix.branch.ref != 'refs/heads/PHP-8.0'
261+
if: matrix.branch.ref != 'PHP-8.0'
262262
run: |
263263
git clone https://github.com/symfony/symfony.git --depth=1
264264
cd symfony

0 commit comments

Comments
 (0)