We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9105154 commit 2e6079bCopy full SHA for 2e6079b
.github/workflows/run-tests.yml
@@ -22,16 +22,13 @@ jobs:
22
matrix:
23
os: [ubuntu-latest, windows-latest]
24
php: [8.4, 8.3]
25
- laravel: [12.*, 11.*, 10.*]
+ laravel: [12.*, 11.*]
26
stability: [prefer-lowest, prefer-stable]
27
include:
28
- laravel: 12.*
29
testbench: 10.*
30
- laravel: 11.*
31
testbench: 9.*
32
- - laravel: 10.*
33
- testbench: 8.*
34
-
35
36
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
37
composer.json
@@ -17,7 +17,7 @@
17
],
18
"require": {
19
"php": "^8.3",
20
- "illuminate/contracts": "^10.0||^11.0||^12.0",
+ "illuminate/contracts": "^11.0||^12.0",
21
"saloonphp/saloon": "^3.0",
"spatie/laravel-package-tools": "^1.16"
},
0 commit comments