From 82e5752b0bae23410d79ed681c96f48993d1ecb4 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sat, 10 Oct 2020 11:07:49 +0200 Subject: Don't specify symfony branch This was renamed from master to 5.x. Just use the default branch. --- azure/community_job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure') 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 -- cgit v1.2.1