Don't specify symfony branch

This was renamed from master to 5.x. Just use the default branch.
This commit is contained in:
Nikita Popov 2020-10-10 11:07:49 +02:00
parent 15443f8af4
commit 82e5752b0b

View 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