We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1265115 + b655451 commit f368ecaCopy full SHA for f368eca
.github/workflows/nightly.yml
@@ -234,7 +234,7 @@ jobs:
234
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
235
echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini
236
- name: Test Laravel
237
- if: always()
+ if: github.ref != 'refs/heads/PHP-8.0'
238
run: |
239
git clone https://github.com/laravel/framework.git --branch=master --depth=1
240
cd framework
@@ -248,7 +248,7 @@ jobs:
248
exit 1
249
fi
250
- name: Test Symfony
251
252
253
git clone https://github.com/symfony/symfony.git --depth=1
254
cd symfony
0 commit comments