Skip to content

Commit bb43aa2

Browse files
committed
Test Laravel 8.x against PHP 7.4
Laravel master no longer supports PHP 7.4, so use an older branch.
1 parent 520c00a commit bb43aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/community_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
4949
displayName: 'Install Build'
5050
- script: |
51-
git clone https://github.com/laravel/framework.git --branch=master --depth=1
51+
git clone https://github.com/laravel/framework.git --branch=8.x --depth=1
5252
cd framework
5353
php7.4 /usr/bin/composer install --no-progress
5454
export USE_ZEND_ALLOC=0

0 commit comments

Comments
 (0)