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 317cc7c commit ac6fda3Copy full SHA for ac6fda3
.github/workflows/run-tests.yml
@@ -8,7 +8,7 @@ jobs:
8
fail-fast: true
9
matrix:
10
php: [8.0, 8.1, 8.2]
11
- laravel: [8.*, 9.*]
+ laravel: [^8.80, 9.*]
12
testbench: [6.23, 7.*]
13
dependency-version: [prefer-lowest, prefer-stable]
14
exclude:
composer.json
@@ -17,7 +17,7 @@
17
],
18
"require": {
19
"php": "^8.0|^8.1|^8.2",
20
- "illuminate/contracts": "^8.0|^9.0"
+ "illuminate/contracts": "^8.80|^9.0"
21
},
22
"require-dev": {
23
"nunomaduro/collision": "^5.0|^6.0",
0 commit comments