summaryrefslogtreecommitdiff
path: root/azure
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-10-10 11:07:49 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-10-10 11:07:49 +0200
commit82e5752b0bae23410d79ed681c96f48993d1ecb4 (patch)
treeecfe8c3f3b656bee757e98c3c8ea4244bf87dcfe /azure
parent15443f8af4783ce6ea5362ec5a38a62b69ff8447 (diff)
downloadphp-git-82e5752b0bae23410d79ed681c96f48993d1ecb4.tar.gz
Don't specify symfony branch
This was renamed from master to 5.x. Just use the default branch.
Diffstat (limited to 'azure')
-rw-r--r--azure/community_job.yml2
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