Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 11, 2022
1 parent becad38 commit 14fbd54
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 @@ -8,10 +8,12 @@ jobs:
strategy:
matrix:
php: [8.1, 8.0]
laravel: [8.*]
laravel: [9.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]
include:
- laravel: 9.*
testbench: ^7.0
- 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 @@ -17,13 +17,13 @@
],
"require": {
"php": "^8.0",
"illuminate/bus": "^8.50",
"illuminate/database": "^8.50",
"illuminate/support": "^8.50",
"illuminate/bus": "^8.50|^9.0",
"illuminate/database": "^8.50|^9.0",
"illuminate/support": "^8.50|^9.0",
"spatie/laravel-package-tools": "^1.9"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.3",
"spatie/laravel-ray": "^1.24"
},
Expand Down

0 comments on commit 14fbd54

Please sign in to comment.