We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520c00a commit bb43aa2Copy full SHA for bb43aa2
azure/community_job.yml
@@ -48,7 +48,7 @@ jobs:
48
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
49
displayName: 'Install Build'
50
- script: |
51
- 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
52
cd framework
53
php7.4 /usr/bin/composer install --no-progress
54
export USE_ZEND_ALLOC=0
0 commit comments