Skip to content

Commit 2aa10a6

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Backport community build to PHP-8.0 branch
2 parents cc1b405 + f368eca commit 2aa10a6

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
@@ -243,7 +243,7 @@ jobs:
243243
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
244244
echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini
245245
- name: Test Laravel
246-
if: always()
246+
if: github.ref != 'refs/heads/PHP-8.0'
247247
run: |
248248
git clone https://github.com/laravel/framework.git --branch=master --depth=1
249249
cd framework
@@ -257,7 +257,7 @@ jobs:
257257
exit 1
258258
fi
259259
- name: Test Symfony
260-
if: always()
260+
if: github.ref != 'refs/heads/PHP-8.0'
261261
run: |
262262
git clone https://github.com/symfony/symfony.git --depth=1
263263
cd symfony

0 commit comments

Comments
 (0)