Skip to content

Commit

Permalink
Test Laravel 8.x against PHP 7.4
Browse files Browse the repository at this point in the history
Laravel master no longer supports PHP 7.4, so use an older branch.
  • Loading branch information
nikic committed Jul 9, 2021
1 parent 520c00a commit bb43aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/community_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb43aa2

Please sign in to comment.