File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 8989 composer require --no-update --dev symfony/framework-bundle=$SYMFONY_VERSION symfony/yaml=$SYMFONY_VERSION
9090 composer update --prefer-dist --no-interaction --no-ansi --no-progress
9191 php vendor/bin/simple-phpunit
92+
93+ tests-php-8-2-symfony-6-1 :
94+ runs-on : ubuntu-latest
95+ env :
96+ SYMFONY_VERSION : 6.1.*
97+ steps :
98+ - uses : actions/checkout@v3
99+ - uses : shivammathur/setup-php@v2
100+ with :
101+ php-version : ' 8.2'
102+ coverage : none
103+ - name : PHPUnit
104+ run : |
105+ composer require --no-update symfony/config=$SYMFONY_VERSION symfony/http-kernel=$SYMFONY_VERSION symfony/dependency-injection=$SYMFONY_VERSION symfony/options-resolver=$SYMFONY_VERSION
106+ composer require --no-update --dev symfony/framework-bundle=$SYMFONY_VERSION symfony/yaml=$SYMFONY_VERSION
107+ composer update --prefer-dist --no-interaction --no-ansi --no-progress
108+ php vendor/bin/simple-phpunit
109+
110+ tests-php-8-2-symfony-6-2 :
111+ runs-on : ubuntu-latest
112+ env :
113+ SYMFONY_VERSION : 6.2.*
114+ steps :
115+ - uses : actions/checkout@v3
116+ - uses : shivammathur/setup-php@v2
117+ with :
118+ php-version : ' 8.2'
119+ coverage : none
120+ - name : PHPUnit
121+ run : |
122+ composer require --no-update symfony/config=$SYMFONY_VERSION symfony/http-kernel=$SYMFONY_VERSION symfony/dependency-injection=$SYMFONY_VERSION symfony/options-resolver=$SYMFONY_VERSION
123+ composer require --no-update --dev symfony/framework-bundle=$SYMFONY_VERSION symfony/yaml=$SYMFONY_VERSION
124+ composer update --prefer-dist --no-interaction --no-ansi --no-progress
125+ php vendor/bin/simple-phpunit
You can’t perform that action at this time.
0 commit comments