Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 12, 2022
1 parent c894bf6 commit 3ac6d63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ jobs:
fail-fast: false
matrix:
php: [8.1, 8.0]
laravel: [8.*]
laravel: [9.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: ^6.23

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
],
"require": {
"php": "^8.0",
"illuminate/database": "^7.0|^8.0",
"illuminate/support": "^7.0|^8.0",
"illuminate/database": "^7.0|^8.0|^9.0",
"illuminate/support": "^7.0|^8.0|^9.0",
"spatie/laravel-package-tools": "^1.4.3",
"illuminate/contracts": "^7.0|^8.0"
"illuminate/contracts": "^7.0|^8.0|^9.0"
},
"require-dev": {
"mockery/mockery": "^1.4",
"orchestra/testbench": "^6.15",
"orchestra/testbench": "^6.15|^7.0",
"phpunit/phpunit": "^9.5.4",
"brianium/paratest": "^6.2",
"nunomaduro/collision": "^5.3"
"nunomaduro/collision": "^5.3|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3ac6d63

Please sign in to comment.