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 dcca054 commit 4a87fd7Copy full SHA for 4a87fd7
.github/workflows/run-tests.yml
@@ -13,12 +13,10 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ubuntu-latest, windows-latest]
16
- php: [8.0, 8.1]
17
- laravel: [8.*, 9.*, 10.*]
+ php: [8.1]
+ laravel: [9.*, 10.*]
18
stability: [prefer-lowest, prefer-stable]
19
include:
20
- - laravel: 8.*
21
- testbench: ^6.23
22
- laravel: 9.*
23
testbench: ^7.1
24
- laravel: 10.*
composer.json
@@ -18,7 +18,7 @@
"require": {
"php": "^8.0",
"spatie/laravel-package-tools": "^1.9.2",
- "illuminate/contracts": "^8.83|^9.2|^10.4"
+ "illuminate/contracts": "^9.2|^10.4"
},
"require-dev": {
"nunomaduro/collision": "^5.11|^6.1",
0 commit comments