Skip to content

Commit

Permalink
Require testbench 8 in laravel 10 matrix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
c-tanner committed Sep 28, 2024
1 parent 82aea57 commit ed4c5c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
include:
- php: 8.2
laravel: 10.*
testbench: 8.27
testbench: 8.*
- php: 8.3
laravel: 11.*
testbench: 9.*
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
},
"require-dev": {
"laravel/pint": "^1.15",
"orchestra/canvas": "^9.1",
"orchestra/testbench": "^9",
"orchestra/canvas": "^8.11|^9.1",
"orchestra/testbench": "^8.27|^9",
"phpunit/phpunit": "^10.5"
},
"scripts": {
Expand Down

0 comments on commit ed4c5c7

Please sign in to comment.