Skip to content

Commit f368eca

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

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
@@ -234,7 +234,7 @@ jobs:
234234
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
235235
echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini
236236
- name: Test Laravel
237-
if: always()
237+
if: github.ref != 'refs/heads/PHP-8.0'
238238
run: |
239239
git clone https://github.com/laravel/framework.git --branch=master --depth=1
240240
cd framework
@@ -248,7 +248,7 @@ jobs:
248248
exit 1
249249
fi
250250
- name: Test Symfony
251-
if: always()
251+
if: github.ref != 'refs/heads/PHP-8.0'
252252
run: |
253253
git clone https://github.com/symfony/symfony.git --depth=1
254254
cd symfony

0 commit comments

Comments
 (0)