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 38197d6 commit a31ba52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
- laravel: '10.*'
php: '8.0'
include:
- laravel: '11.*'
php: '8.3'
testbench: '8.*'
- laravel: '11.*'
php: '8.2'
testbench: '8.*'
- 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 @@ -23,7 +23,7 @@
},
"require-dev": {
"mockery/mockery": "^1.4",
"phpunit/phpunit": "^8.0|^9.0|^10.0",
"phpunit/phpunit": "^8.0|^9.0",
"orchestra/testbench": "^6.0|^8.0"
},
"autoload": {
Expand Down

0 comments on commit a31ba52

Please sign in to comment.