We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8a387 commit 5ca6ab7Copy full SHA for 5ca6ab7
.github/workflows/run-tests.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
os: [ubuntu-latest]
12
php: [8.0]
13
- laravel: [^8.0]
+ laravel: [^8.0, ^9.0]
14
dependency-version: [prefer-stable]
15
include:
16
- laravel: ^8.0
composer.json
@@ -18,13 +18,13 @@
18
],
19
"require": {
20
"php": "^8.0",
21
- "illuminate/contracts": "^8.37",
+ "illuminate/contracts": "^8.37|^9.0",
22
"opis/closure": "^3.6"
23
},
24
"require-dev": {
25
"brianium/paratest": "^6.2",
26
"nunomaduro/collision": "^5.3",
27
- "orchestra/testbench": "^6.15",
+ "orchestra/testbench": "^6.15|^7.0",
28
"phpunit/phpunit": "^9.3",
29
"spatie/laravel-ray": "^1.9",
30
"spatie/test-time": "^1.2",
0 commit comments