File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : flysystem-bundle
22
3- on : pull_request
3+ on :
4+ pull_request : ~
5+ push :
6+ branches :
7+ - master
48
59jobs :
610 coding-style :
1519 wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.16.4/php-cs-fixer.phar -q
1620 php php-cs-fixer.phar fix --dry-run --diff
1721
18- tests-php-7-1 -symfony-4-2 :
22+ tests-php-7-2 -symfony-4-2 :
1923 runs-on : ubuntu-latest
2024 env :
2125 SYMFONY_VERSION : 4.2.*
@@ -40,23 +44,23 @@ jobs:
4044 - uses : actions/checkout@master
4145 - uses : shivammathur/setup-php@v2
4246 with :
43- php-version : ' 7.4 '
47+ php-version : ' 7.3 '
4448 - name : PHPUnit
4549 run : |
4650 composer require --no-update symfony/config=$SYMFONY_VERSION symfony/http-kernel=$SYMFONY_VERSION symfony/dependency-injection=$SYMFONY_VERSION symfony/options-resolver=$SYMFONY_VERSION
4751 composer require --no-update --dev symfony/framework-bundle=$SYMFONY_VERSION symfony/yaml=$SYMFONY_VERSION
4852 composer update --prefer-dist --no-interaction --no-ansi --no-progress
4953 php vendor/bin/phpunit
5054
51- tests-php-7-4 -symfony-5-2 :
55+ tests-php-8-0 -symfony-5-2 :
5256 runs-on : ubuntu-latest
5357 env :
5458 SYMFONY_VERSION : 5.2.*
5559 steps :
5660 - uses : actions/checkout@master
5761 - uses : shivammathur/setup-php@v2
5862 with :
59- php-version : ' 7.4 '
63+ php-version : ' 8.0 '
6064 - name : PHPUnit
6165 run : |
6266 composer require --no-update symfony/config=$SYMFONY_VERSION symfony/http-kernel=$SYMFONY_VERSION symfony/dependency-injection=$SYMFONY_VERSION symfony/options-resolver=$SYMFONY_VERSION
You can’t perform that action at this time.
0 commit comments