Skip to content

Commit 10e38a2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compat_tests.yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
actions:
1515
-
1616
name: 'Rector dev + PHPUnit 10'
17-
run: composer require "phpunit/phpunit:10.*" "nikic/php-parser:4.*" -W
17+
run: composer require "phpunit/phpunit:10.*" "nikic/php-parser:4.10.0" -W
1818
php: 8.2
1919
-
2020
name: 'Rector dev + PHPUnit 11'

0 commit comments

Comments
 (0)