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 7b7c3a5 commit 9ba8fde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.1, 8.0]
laravel: [8.*]
laravel: [9.*, 8.*]
dependency-version: [prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: ^6.23

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
],
"require": {
"php" : "^8.0",
"illuminate/support": "^8.0",
"illuminate/http": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/http": "^8.0|^9.0",
"illuminate/contracts": "^8.0|^9.0",
"spatie/laravel-package-tools": "^1.9"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"orchestra/testbench": "^6.23",
"orchestra/testbench": "^6.23|^7.0",
"spatie/phpunit-snapshot-assertions": "^4.2.7",
"spatie/test-time": "^1.2"
},
Expand Down

0 comments on commit 9ba8fde

Please sign in to comment.