File tree Expand file tree Collapse file tree 15 files changed +22
-25
lines changed
roadrunner-symfony-nyholm Expand file tree Collapse file tree 15 files changed +22
-25
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,13 @@ jobs:
4747 extensions : swoole
4848
4949 - name : Download dependencies
50- uses : ramsey/composer-install@v1
50+ uses : ramsey/composer-install@v2
5151 with :
5252 dependency-versions : ${{ matrix.strategy }}
5353 composer-options : --working-dir=src/${{ matrix.package }} --no-interaction --prefer-dist --optimize-autoloader
5454
5555 - name : Run tests
5656 run : |
5757 cd src/${{ matrix.package }}
58- echo ::group::Install
59- ./vendor/bin/simple-phpunit install
60- echo ::endgroup::
61- ./vendor/bin/simple-phpunit
58+ ./vendor/bin/phpunit
6259
Original file line number Diff line number Diff line change 2727 tools : phpstan:1.4.6, cs2pr
2828
2929 - name : Download dependencies
30- uses : ramsey/composer-install@v1
30+ uses : ramsey/composer-install@v2
3131
3232 - name : PHPStan
3333 run : phpstan analyze --no-progress --error-format=checkstyle | cs2pr
7979 tools : vimeo/psalm:4.8.1
8080
8181 - name : Download dependencies
82- uses : ramsey/composer-install@v1
82+ uses : ramsey/composer-install@v2
8383
8484 - name : Psalm
8585 run : psalm --no-progress --output-format=github
Original file line number Diff line number Diff line change 2121 "require-dev" : {
2222 "bref/bref" : " ^1.3" ,
2323 "guzzlehttp/test-server" : " ^0.1" ,
24+ "phpunit/phpunit" : " ^9.5" ,
2425 "symfony/http-foundation" : " ^5.3 || ^6.0" ,
25- "symfony/http-kernel" : " ^5.4 || ^6.0" ,
26- "symfony/phpunit-bridge" : " ^5.3"
26+ "symfony/http-kernel" : " ^5.4 || ^6.0"
2727 },
2828 "minimum-stability" : " dev" ,
2929 "prefer-stable" : true ,
Original file line number Diff line number Diff line change 1515 "symfony/runtime" : " ^5.3 || ^6.0"
1616 },
1717 "require-dev" : {
18- "symfony /phpunit-bridge " : " ^5.3 "
18+ "phpunit /phpunit" : " ^9.5 "
1919 },
2020 "minimum-stability" : " dev" ,
2121 "prefer-stable" : true ,
Original file line number Diff line number Diff line change 1515 },
1616 "require-dev" : {
1717 "illuminate/http" : " ^8.33" ,
18- "symfony/console " : " ^4.4 || ^5.2 || ^6.0 " ,
19- "symfony/phpunit-bridge " : " ^5.3 "
18+ "phpunit/phpunit " : " ^9.5 " ,
19+ "symfony/console " : " ^4.4 || ^5.2 || ^6.0 "
2020 },
2121 "minimum-stability" : " dev" ,
2222 "prefer-stable" : true ,
Original file line number Diff line number Diff line change 1717 },
1818 "require-dev" : {
1919 "nyholm/psr7" : " ^1.4" ,
20- "symfony /phpunit-bridge " : " ^5.3 "
20+ "phpunit /phpunit" : " ^9.5 "
2121 },
2222 "minimum-stability" : " dev" ,
2323 "prefer-stable" : true ,
Original file line number Diff line number Diff line change 1515 "symfony/runtime" : " ^5.3 || ^6.0"
1616 },
1717 "require-dev" : {
18- "symfony /phpunit-bridge " : " ^5.3 "
18+ "phpunit /phpunit" : " ^9.5 "
1919 },
2020 "minimum-stability" : " dev" ,
2121 "prefer-stable" : true ,
Original file line number Diff line number Diff line change 1515 "symfony/runtime" : " ^5.3 || ^6.0"
1616 },
1717 "require-dev" : {
18- "symfony /phpunit-bridge " : " ^5.3 "
18+ "phpunit /phpunit" : " ^9.5 "
1919 },
2020 "minimum-stability" : " dev" ,
2121 "prefer-stable" : true ,
Original file line number Diff line number Diff line change 1616 "symfony/runtime" : " ^5.3 || ^6.0"
1717 },
1818 "require-dev" : {
19- "symfony /phpunit-bridge " : " ^5.3 "
19+ "phpunit /phpunit" : " ^9.5 "
2020 },
2121 "minimum-stability" : " dev" ,
2222 "prefer-stable" : true ,
Original file line number Diff line number Diff line change 1616 "symfony/runtime" : " ^5.3 || ^6.0"
1717 },
1818 "require-dev" : {
19- "symfony /phpunit-bridge " : " ^5.3 "
19+ "phpunit /phpunit" : " ^9.5 "
2020 },
2121 "minimum-stability" : " dev" ,
2222 "prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments