Skip to content

Commit 74294b8

Browse files
committed
add dev + stable
1 parent 4be33f7 commit 74294b8

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

.github/workflows/compat_tests.yaml.yml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)