Skip to content

Commit d9a80e7

Browse files
committed
Add test for require global install for PHPUnit 12
1 parent e923f14 commit d9a80e7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/compat_tests.yaml.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
name: 'Rector dev + PHPUnit 12'
3737
run: composer require "phpunit/phpunit:12.*" "rector/rector:dev-main" -W
3838
php: 8.3
39+
-
40+
name: 'Rector dev + PHPUnit 12 global install'
41+
run: |
42+
composer global require --dev "phpunit/phpunit:12.*" -W
43+
composer require --dev "rector/rector:dev-main" -W
44+
php: 8.3
3945

4046
name: ${{ matrix.actions.name }}
4147

0 commit comments

Comments
 (0)