Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 14, 2022
1 parent 2f1ffb7 commit 64a1ba7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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,10 +10,12 @@ jobs:
strategy:
matrix:
php: [8.0, 8.1]
laravel: [8.*]
laravel: [9.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: 6.*

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
],
"require": {
"php": "^8.0",
"laravel/framework": "^8.67",
"laravel/framework": "^8.67|^9.0",
"spatie/eloquent-sortable": "^3.10|^4.0",
"spatie/laravel-package-tools": "^1.4",
"spatie/laravel-translatable": "^4.6|^5.0"
},
"require-dev": {
"orchestra/testbench": "^6.13",
"orchestra/testbench": "^6.13|^7.0",
"phpunit/phpunit": "^9.5.2"
},
"autoload": {
Expand Down

0 comments on commit 64a1ba7

Please sign in to comment.