Skip to content

Commit fc13b76

Browse files
committed
misc
1 parent 9779396 commit fc13b76

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/compat_tests.yaml.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
actions:
15-
-
16-
name: 'Along PHPUnit 9'
17-
run: composer require "phpunit/phpunit:9.*"
1815
-
1916
name: 'Along PHPUnit 10'
2017
run: composer require "phpunit/phpunit:10.*"

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": "^9.6|10.*|11.*|12.*",
6+
"phpunit/phpunit": "10.*|11.*|12.*",
77
"rector/rector": "^2.2",
88
"phpstan/phpstan": "^2.1"
99
},

0 commit comments

Comments
 (0)