]> granicus.if.org Git - php/commitdiff
Don't specify symfony branch
authorNikita Popov <nikita.ppv@gmail.com>
Sat, 10 Oct 2020 09:07:49 +0000 (11:07 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sat, 10 Oct 2020 09:07:49 +0000 (11:07 +0200)
This was renamed from master to 5.x. Just use the default branch.

azure/community_job.yml

index 87b06184ba956ad6c3e5a58d96a28d04ed930448..b4ded25d7191a1b1339b341a36cc98477f23d888 100644 (file)
@@ -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