Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
  Fix PHP-8.0 skipping for community steps
This commit is contained in:
Ilija Tovilo 2022-09-27 23:36:35 +02:00
commit 1d4620a6fb
No known key found for this signature in database
GPG Key ID: A4F5D403F118200A

View File

@ -233,7 +233,7 @@ jobs:
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini
- name: Test Laravel
if: github.ref != 'refs/heads/PHP-8.0'
if: matrix.branch.ref != 'refs/heads/PHP-8.0'
run: |
git clone https://github.com/laravel/framework.git --branch=master --depth=1
cd framework
@ -247,7 +247,7 @@ jobs:
exit 1
fi
- name: Test Symfony
if: github.ref != 'refs/heads/PHP-8.0'
if: matrix.branch.ref != 'refs/heads/PHP-8.0'
run: |
git clone https://github.com/symfony/symfony.git --depth=1
cd symfony