Test Laravel 8.x against PHP 7.4

Laravel master no longer supports PHP 7.4, so use an older branch.
This commit is contained in:
Nikita Popov 2021-07-09 09:21:07 +02:00
parent 520c00a5bf
commit bb43aa2ed3

View File

@ -48,7 +48,7 @@ jobs:
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
displayName: 'Install Build'
- script: |
git clone https://github.com/laravel/framework.git --branch=master --depth=1
git clone https://github.com/laravel/framework.git --branch=8.x --depth=1
cd framework
php7.4 /usr/bin/composer install --no-progress
export USE_ZEND_ALLOC=0