File tree Expand file tree Collapse file tree 1 file changed +18
-6
lines changed
Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,28 @@ jobs:
1313 matrix :
1414 actions :
1515 -
16- name : ' Along PHPUnit 10'
17- run : composer require "phpunit/phpunit:10.*" -W
16+ name : ' Rector stable + PHPUnit 10'
17+ run : composer require "phpunit/phpunit:10.*" "rector/rector:^2.2" -W
1818 php : 8.2
1919 -
20- name : ' Along PHPUnit 11 '
21- run : composer require "phpunit/phpunit:11.* " -W
20+ name : ' Rector dev + PHPUnit 10 '
21+ run : composer require "phpunit/phpunit:10.*" "rector/rector:dev-main " -W
2222 php : 8.2
2323 -
24- name : ' Along PHPUnit 12'
25- run : composer require "phpunit/phpunit:12.*" -W
24+ name : ' Rector stable + PHPUnit 11'
25+ run : composer require "phpunit/phpunit:11.*" "rector/rector:^2.2" -W
26+ php : 8.2
27+ -
28+ name : ' Rector dev + PHPUnit 11'
29+ run : composer require "phpunit/phpunit:11.*" "rector/rector:dev-main" -W
30+ 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
35+ -
36+ name : ' Rector dev PHPUnit 12'
37+ run : composer require "phpunit/phpunit:12.*" "rector/rector:dev-main" -W
2638 php : 8.3
2739
2840 name : ${{ matrix.actions.name }}
You can’t perform that action at this time.
0 commit comments