Skip to content

Commit aaafac5

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Backport community build to PHP-8.0 branch
2 parents 5e629c4 + 2aa10a6 commit aaafac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
246246
echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini
247247
- name: Test Laravel
248-
if: always()
248+
if: github.ref != 'refs/heads/PHP-8.0'
249249
run: |
250250
git clone https://github.com/laravel/framework.git --branch=master --depth=1
251251
cd framework
@@ -259,7 +259,7 @@ jobs:
259259
exit 1
260260
fi
261261
- name: Test Symfony
262-
if: always()
262+
if: github.ref != 'refs/heads/PHP-8.0'
263263
run: |
264264
git clone https://github.com/symfony/symfony.git --depth=1
265265
cd symfony

0 commit comments

Comments
 (0)