diff options
Diffstat (limited to 'azure')
-rw-r--r-- | azure/community_job.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure/community_job.yml b/azure/community_job.yml index 87b06184ba..b4ded25d71 100644 --- a/azure/community_job.yml +++ b/azure/community_job.yml @@ -59,7 +59,7 @@ jobs: php vendor/bin/phpunit displayName: 'Test Laravel' - script: | - git clone https://github.com/symfony/symfony.git --branch=master --depth=1 + git clone https://github.com/symfony/symfony.git --depth=1 cd symfony php7.3 /usr/bin/composer install --no-progress php7.3 ./phpunit install |