1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 22:41:20 +02:00

Merge branch 'PHP-8.2'

* PHP-8.2:
  Fix PHP-8.0 skipping for community steps
This commit is contained in:
Ilija Tovilo
2022-09-27 23:36:57 +02:00

View File

@@ -244,7 +244,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
@@ -258,7 +258,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