We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809176d commit 03a48b1Copy full SHA for 03a48b1
.github/workflows/nightly.yml
@@ -233,7 +233,7 @@ jobs:
233
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
234
echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini
235
- name: Test Laravel
236
- if: github.ref != 'refs/heads/PHP-8.0'
+ if: matrix.branch.ref != 'refs/heads/PHP-8.0'
237
run: |
238
git clone https://github.com/laravel/framework.git --branch=master --depth=1
239
cd framework
@@ -247,7 +247,7 @@ jobs:
247
exit 1
248
fi
249
- name: Test Symfony
250
251
252
git clone https://github.com/symfony/symfony.git --depth=1
253
cd symfony
0 commit comments