Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mechelon committed Feb 13, 2024
1 parent d5b7511 commit 9c528d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ jobs:
include:
- laravel: '11.*'
php: '8.3'
testbench: '8.*'
dependency-version: 'prefer-stable'
testbench: '9.*'
- laravel: '11.*'
php: '8.2'
testbench: '8.*'
dependency-version: 'prefer-stable'
testbench: '9.*'
- laravel: '10.*'
php: '8.3'
testbench: '8.*'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require-dev": {
"mockery/mockery": "^1.4",
"phpunit/phpunit": "^8.0|^9.0",
"orchestra/testbench": "^6.0|^8.0"
"orchestra/testbench": "^6.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9c528d3

Please sign in to comment.