Skip to content

Commit

Permalink
[9.x] Supports PHPUnit 12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jan 23, 2025
1 parent 2f3e8c6 commit 8562df8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@ jobs:
- "~11.3"
- "~11.4"
- "~11.5"
- "~12.0"
dependencies:
- "highest"
- "lowest"
experimental:
- false
exclude:
- php: 8.2
phpunit: "~12.0"

name: PHP:${{ matrix.php }} / PHPUnit:${{ matrix.phpunit }} ${{ matrix.dependencies == 'highest' && '⬆️' || '⬇️' }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"fakerphp/faker": "^1.23",
"laravel/framework": "^11.35.0",
"mockery/mockery": "^1.6.10",
"orchestra/testbench-core": "^9.9.0",
"orchestra/testbench-core": "dev-phpunit12 as 9.999.999",
"orchestra/workbench": "^9.13.0",
"phpunit/phpunit": "^10.5.35 || ^11.3.6",
"phpunit/phpunit": "^10.5.35 || ^11.3.6 || ^12.0.0",
"symfony/process": "^7.0.3",
"symfony/yaml": "^7.0.3",
"vlucas/phpdotenv": "^5.6.1"
Expand Down

0 comments on commit 8562df8

Please sign in to comment.