Skip to content

Commit c1f9396

Browse files
authored
Revert "Add test PHPUnit 10 with PHP-Parser 4 usage (#7)" (#9)
This reverts commit 2f6ca92.
1 parent 2f6ca92 commit c1f9396

File tree

3 files changed

+1
-26
lines changed

3 files changed

+1
-26
lines changed

.github/workflows/compat_tests.yaml.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
actions:
15-
-
16-
name: 'Rector dev + PHPUnit 10'
17-
run: composer require "phpunit/phpunit:10.*" "nikic/php-parser:4.*" -W
18-
php: 8.2
1915
-
2016
name: 'Rector dev + PHPUnit 11'
2117
run: composer require "phpunit/phpunit:11.*" -W

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Tests for compatibility with PHPStand and PHPUnit preload magic",
44
"require-dev": {
55
"php": "^8.2",
6-
"phpunit/phpunit": "10.*|11.*|12.*",
6+
"phpunit/phpunit": "11.*|12.*",
77
"rector/rector": "dev-main",
88
"phpstan/phpstan": "^2.1"
99
},

tests/UsePHPParser4Test.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)