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 7563199 commit 1880488Copy full SHA for 1880488
azure/community_job.yml
@@ -40,7 +40,7 @@ jobs:
40
echo error_reporting=E_ALL^E_DEPRECATED > /etc/php.d/zz-config.ini
41
displayName: 'Install Build'
42
- script: |
43
- 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
44
cd framework
45
git rev-parse HEAD
46
php8.0 /usr/bin/composer install --no-progress
0 commit comments