File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 composer update --prefer-dist --no-interaction --no-ansi --no-progress
5555 php vendor/bin/simple-phpunit
5656
57- tests-php-8-1-symfony-5-4 :
58- runs-on : ubuntu-latest
59- env :
60- SYMFONY_VERSION : 5.4.*
61- steps :
62- - uses : actions/checkout@master
63- - uses : shivammathur/setup-php@v2
64- with :
65- php-version : ' 8.1'
66- coverage : none
67- - name : PHPUnit
68- run : |
69- composer require --no-update symfony/config=$SYMFONY_VERSION symfony/http-kernel=$SYMFONY_VERSION symfony/dependency-injection=$SYMFONY_VERSION symfony/options-resolver=$SYMFONY_VERSION
70- composer require --no-update --dev symfony/framework-bundle=$SYMFONY_VERSION symfony/yaml=$SYMFONY_VERSION
71- composer update --prefer-dist --no-interaction --no-ansi --no-progress
72- php vendor/bin/simple-phpunit
73-
74- tests-php-8-1-symfony-6-0 :
75- runs-on : ubuntu-latest
76- env :
77- SYMFONY_VERSION : 6.0.*
78- steps :
79- - uses : actions/checkout@master
80- - uses : shivammathur/setup-php@v2
81- with :
82- php-version : ' 8.1'
83- coverage : none
84- - name : PHPUnit
85- run : |
86- composer require --no-update symfony/config=$SYMFONY_VERSION symfony/http-kernel=$SYMFONY_VERSION symfony/dependency-injection=$SYMFONY_VERSION symfony/options-resolver=$SYMFONY_VERSION
87- composer require --no-update --dev symfony/framework-bundle=$SYMFONY_VERSION symfony/yaml=$SYMFONY_VERSION
88- composer update --prefer-dist --no-interaction --no-ansi --no-progress
89- php vendor/bin/simple-phpunit
90-
9157 tests-php-8-1-symfony-6-1 :
9258 runs-on : ubuntu-latest
9359 env :
You can’t perform that action at this time.
0 commit comments