Skip to content

Commit 24ceee8

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Fix PHP-8.0 skipping for community steps
2 parents 4e74759 + 83de742 commit 24ceee8

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: github.ref != 'refs/heads/PHP-8.0'
247+
if: matrix.branch.ref != 'refs/heads/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: github.ref != 'refs/heads/PHP-8.0'
261+
if: matrix.branch.ref != 'refs/heads/PHP-8.0'
262262
run: |
263263
git clone https://github.com/symfony/symfony.git --depth=1
264264
cd symfony

0 commit comments

Comments
 (0)