Skip to content

Commit 64a1ba7

Browse files
committed
wip
1 parent 2f1ffb7 commit 64a1ba7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ jobs:
1010
strategy:
1111
matrix:
1212
php: [8.0, 8.1]
13-
laravel: [8.*]
13+
laravel: [9.*, 8.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
os: [ubuntu-latest]
1616
include:
17+
- laravel: 9.*
18+
testbench: 7.*
1719
- laravel: 8.*
1820
testbench: 6.*
1921

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
],
1818
"require": {
1919
"php": "^8.0",
20-
"laravel/framework": "^8.67",
20+
"laravel/framework": "^8.67|^9.0",
2121
"spatie/eloquent-sortable": "^3.10|^4.0",
2222
"spatie/laravel-package-tools": "^1.4",
2323
"spatie/laravel-translatable": "^4.6|^5.0"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "^6.13",
26+
"orchestra/testbench": "^6.13|^7.0",
2727
"phpunit/phpunit": "^9.5.2"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)