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 dd84f6f commit 4182c8cCopy full SHA for 4182c8c
.github/workflows/run-tests-l8.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- php: [8.1, 8.0, 7.4]
+ php: [8.1, 8.0]
13
laravel: [9.*, 8.*]
14
dependency-version: [prefer-lowest, prefer-stable]
15
include:
composer.json
@@ -18,10 +18,10 @@
18
"php": "^7.4|^8.0",
19
"aws/aws-sdk-php": "^3.171",
20
"spatie/laravel-package-tools": "^1.1",
21
- "illuminate/contracts": "^8.0"
+ "illuminate/contracts": "^8.0|^9.0"
22
},
23
"require-dev": {
24
- "orchestra/testbench": "^6.0",
+ "orchestra/testbench": "^6.0|^7.0",
25
"phpunit/phpunit": "^9.3",
26
"spatie/laravel-ray": "^1.9",
27
"vimeo/psalm": "^4.4"
0 commit comments