Skip to content

Commit 918656c

Browse files
committed
flip stable and dev
1 parent 04b22c7 commit 918656c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/compat_tests_global.yaml.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ jobs:
1313
matrix:
1414
actions:
1515
-
16-
name: 'Rector dev + PHPUnit 12 global install'
16+
name: 'Rector stable + PHPUnit 12 global install'
1717
run: |
1818
composer remove --dev phpunit/phpunit -W
1919
composer global require --dev "phpunit/phpunit:12.*" -W
20-
composer require --dev "rector/rector:dev-main" -W
20+
composer require --dev "rector/rector:^2.2" -W
2121
php: 8.3
2222

2323
-
24-
name: 'Rector stable + PHPUnit 12 global install'
24+
name: 'Rector dev + PHPUnit 12 global install'
2525
run: |
2626
composer remove --dev phpunit/phpunit -W
2727
composer global require --dev "phpunit/phpunit:12.*" -W
28-
composer require --dev "rector/rector:^2.2" -W
28+
composer require --dev "rector/rector:dev-main" -W
2929
php: 8.3
3030

3131
name: ${{ matrix.actions.name }}

0 commit comments

Comments
 (0)