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.
2 parents 0e5afa0 + fdb549f commit 9c81491Copy full SHA for 9c81491
.github/workflows/tests.yml
@@ -9,12 +9,9 @@ jobs:
9
strategy:
10
fail-fast: true
11
matrix:
12
- php: [8.0, 8.1, 8.2]
+ php: [8.1, 8.2]
13
laravel: [9.*, 10.*]
14
dependency-version: [prefer-lowest, prefer-stable]
15
- exclude:
16
- - php: 8.0
17
- laravel: 10.*
18
include:
19
- laravel: 9.*
20
testbench: 7.*
composer.json
@@ -16,7 +16,7 @@
}
],
"require": {
- "php": "^8.0",
+ "php": "^8.1",
"illuminate/console": "^9.0|^10.0",
21
"illuminate/support": "^9.0|^10.0"
22
},
0 commit comments