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 83de742 + 85641ae commit 687cc0eCopy full SHA for 687cc0e
.github/workflows/nightly.yml
@@ -242,7 +242,7 @@ jobs:
242
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
243
echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini
244
- name: Test Laravel
245
- if: matrix.branch.ref != 'refs/heads/PHP-8.0'
+ if: matrix.branch.ref != 'PHP-8.0'
246
run: |
247
git clone https://github.com/laravel/framework.git --branch=master --depth=1
248
cd framework
@@ -256,7 +256,7 @@ jobs:
256
exit 1
257
fi
258
- name: Test Symfony
259
260
261
git clone https://github.com/symfony/symfony.git --depth=1
262
cd symfony
0 commit comments