We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9779396 commit fc13b76Copy full SHA for fc13b76
.github/workflows/compat_tests.yaml.yml
@@ -12,9 +12,6 @@ jobs:
12
fail-fast: false
13
matrix:
14
actions:
15
- -
16
- name: 'Along PHPUnit 9'
17
- run: composer require "phpunit/phpunit:9.*"
18
-
19
name: 'Along PHPUnit 10'
20
run: composer require "phpunit/phpunit:10.*"
composer.json
@@ -3,7 +3,7 @@
3
"description": "Tests for compatibility with PHPStand and PHPUnit preload magic",
4
"require-dev": {
5
"php": "^8.2",
6
- "phpunit/phpunit": "^9.6|10.*|11.*|12.*",
+ "phpunit/phpunit": "10.*|11.*|12.*",
7
"rector/rector": "^2.2",
8
"phpstan/phpstan": "^2.1"
9
},
0 commit comments