Skip to content

Commit

Permalink
Update minimum PHPUnit version for Testbench 10
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jan 23, 2025
1 parent 62b3186 commit b742c10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/strict-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
- 8.3
- 8.4
phpunit:
- "~11.3.6"
- "~11.4.0"
- "~11.5.0"
- "~11.5.3"
experimental:
- false

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
- 8.3
- 8.4
phpunit:
- "~11.3.6"
- "~11.4.0"
- "~11.5.0"
- "~11.5.3"
dependencies:
- "highest"
- "lowest"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"laravel/serializable-closure": "^1.3 || ^2.0",
"mockery/mockery": "^1.6.10",
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^11.3.6",
"phpunit/phpunit": "^11.5.3",
"symfony/process": "^7.2.0",
"symfony/yaml": "^7.2.0",
"vlucas/phpdotenv": "^5.6.1"
Expand All @@ -59,7 +59,7 @@
"laravel/serializable-closure": "<1.3.0 || >=3.0.0",
"nunomaduro/collision": "<8.0.0 || >=9.0.0",
"orchestra/testbench-dusk": "<10.0.0 || >=11.0.0",
"phpunit/phpunit": "<11.3.6 || >=11.6.0"
"phpunit/phpunit": "<11.5.3 || >=11.6.0"
},
"suggest": {
"ext-pcntl": "Required to use all features of the console signal trapping.",
Expand Down

0 comments on commit b742c10

Please sign in to comment.