Skip to content

Commit

Permalink
Fix: failing tests due to change in testbench
Browse files Browse the repository at this point in the history
  • Loading branch information
jordyvanderhaegen committed Mar 2, 2023
1 parent 64eaac2 commit 4c3cc42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
testbench: ^8.02
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.5",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"orchestra/testbench": "^6.0|^7.0|^8.02",
"phpunit/phpunit": "^9.0"
},
"autoload": {
Expand Down

0 comments on commit 4c3cc42

Please sign in to comment.