File tree Expand file tree Collapse file tree 3 files changed +0
-70
lines changed
Expand file tree Collapse file tree 3 files changed +0
-70
lines changed Original file line number Diff line number Diff line change @@ -12,26 +12,10 @@ jobs:
1212 fail-fast : false
1313 matrix :
1414 actions :
15- -
16- name : ' Rector stable + PHPUnit 10'
17- run : composer require "phpunit/phpunit:10.*" "rector/rector:^2.2" -W
18- php : 8.2
19- -
20- name : ' Rector dev + PHPUnit 10'
21- run : composer require "phpunit/phpunit:10.*" "rector/rector:dev-main" -W
22- php : 8.2
23- -
24- name : ' Rector stable + PHPUnit 11'
25- run : composer require "phpunit/phpunit:11.*" "rector/rector:^2.2" -W
26- php : 8.2
2715 -
2816 name : ' Rector dev + PHPUnit 11'
2917 run : composer require "phpunit/phpunit:11.*" "rector/rector:dev-main" -W
3018 php : 8.2
31- -
32- name : ' Rector stable + PHPUnit 12'
33- run : composer require "phpunit/phpunit:12.*" "rector/rector:^2.2" -W
34- php : 8.3
3519 -
3620 name : ' Rector dev + PHPUnit 12'
3721 run : composer require "phpunit/phpunit:12.*" "rector/rector:dev-main" -W
5337 - uses : " ramsey/composer-install@v2"
5438 - run : ${{ matrix.actions.run }}
5539
56- - run : vendor/bin/phpunit tests/PHPStan
57-
5840 - run : vendor/bin/phpunit tests/Rector
5941
6042 - run : vendor/bin/phpunit
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1212 fail-fast : false
1313 matrix :
1414 actions :
15- -
16- name : ' Rector stable + PHPUnit 12 global for Rector'
17- run : composer require --dev "rector/rector:^2.2" -W
18- php : 8.3
19-
2015 -
2116 name : ' Rector dev + PHPUnit 12 global for Rector'
2217 run : composer require --dev "rector/rector:dev-main" -W
You can’t perform that action at this time.
0 commit comments