Skip to content

Commit 5ca6ab7

Browse files
committed
fix: laravel 9 support
1 parent 6f8a387 commit 5ca6ab7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [8.0]
13-
laravel: [^8.0]
13+
laravel: [^8.0, ^9.0]
1414
dependency-version: [prefer-stable]
1515
include:
1616
- laravel: ^8.0

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
],
1919
"require": {
2020
"php": "^8.0",
21-
"illuminate/contracts": "^8.37",
21+
"illuminate/contracts": "^8.37|^9.0",
2222
"opis/closure": "^3.6"
2323
},
2424
"require-dev": {
2525
"brianium/paratest": "^6.2",
2626
"nunomaduro/collision": "^5.3",
27-
"orchestra/testbench": "^6.15",
27+
"orchestra/testbench": "^6.15|^7.0",
2828
"phpunit/phpunit": "^9.3",
2929
"spatie/laravel-ray": "^1.9",
3030
"spatie/test-time": "^1.2",

0 commit comments

Comments
 (0)