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