File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 composer require --no-update --dev symfony/framework-bundle=$SYMFONY_VERSION symfony/yaml=$SYMFONY_VERSION
7373 composer update --prefer-dist --no-interaction --no-ansi --no-progress
7474 php vendor/bin/simple-phpunit
75+
76+ tests-php-8-1-symfony-6-2 :
77+ runs-on : ubuntu-latest
78+ env :
79+ SYMFONY_VERSION : 6.2.*
80+ steps :
81+ - uses : actions/checkout@master
82+ - uses : shivammathur/setup-php@v2
83+ with :
84+ php-version : ' 8.1'
85+ coverage : none
86+ - name : PHPUnit
87+ run : |
88+ composer require --no-update symfony/config=$SYMFONY_VERSION symfony/http-kernel=$SYMFONY_VERSION symfony/dependency-injection=$SYMFONY_VERSION symfony/options-resolver=$SYMFONY_VERSION
89+ composer require --no-update --dev symfony/framework-bundle=$SYMFONY_VERSION symfony/yaml=$SYMFONY_VERSION
90+ composer update --prefer-dist --no-interaction --no-ansi --no-progress
91+ php vendor/bin/simple-phpunit
You can’t perform that action at this time.
0 commit comments