Skip to content

Commit b24554c

Browse files
committed
Fix Pin PHP-Parser 4.10.0
1 parent 10e38a2 commit b24554c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compat_tests.yaml.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
matrix:
1414
actions:
1515
-
16-
name: 'Rector dev + PHPUnit 10'
17-
run: composer require "phpunit/phpunit:10.*" "nikic/php-parser:4.10.0" -W
16+
name: 'Rector dev + PHPUnit 8'
17+
run: composer require "phpunit/phpunit:8.*" "nikic/php-parser:4.10.0" -W
1818
php: 8.2
1919
-
2020
name: 'Rector dev + PHPUnit 11'

0 commit comments

Comments
 (0)