File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2828 - name : Download dependencies
2929 run : |
3030 composer config minimum-stability dev
31- composer req symfony/phpunit-bridge --no-update
3231 composer update --no-interaction --prefer-dist --optimize-autoloader --prefer-stable
3332
3433 - name : Run tests
35- run : ./vendor/bin/simple- phpunit
34+ run : ./vendor/bin/phpunit
Original file line number Diff line number Diff line change 1919 "symfony/process" : " ^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0" ,
2020 "symfony/service-contracts" : " ^2.0 || ^3.0"
2121 },
22+ "require-dev" : {
23+ "phpunit/phpunit" : " ^11.5.42" ,
24+ "symfony/error-handler" : " ^7.3.2 || ^8.0" ,
25+ "symfony/phpunit-bridge" : " ^7.3.2 || ^8.0"
26+ },
2227 "autoload" : {
2328 "psr-4" : {
2429 "AsyncAws\\ CodeGenerator\\ " : " src"
You can’t perform that action at this time.
0 commit comments