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 cc1b405 + f368eca commit 2aa10a6Copy full SHA for 2aa10a6
.github/workflows/nightly.yml
@@ -243,7 +243,7 @@ jobs:
243
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
244
echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini
245
- name: Test Laravel
246
- if: always()
+ if: github.ref != 'refs/heads/PHP-8.0'
247
run: |
248
git clone https://github.com/laravel/framework.git --branch=master --depth=1
249
cd framework
@@ -257,7 +257,7 @@ jobs:
257
exit 1
258
fi
259
- name: Test Symfony
260
261
262
git clone https://github.com/symfony/symfony.git --depth=1
263
cd symfony
0 commit comments