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 791ec14 + d500597 commit 4626bdfCopy full SHA for 4626bdf
.github/workflows/run-tests.yml
@@ -18,9 +18,12 @@ jobs:
18
matrix:
19
os: [ubuntu-latest, windows-latest]
20
php: [8.4, 8.3, 8.2]
21
- laravel: [11.*, 10.*]
+ laravel: [12.*, 11.*, 10.*]
22
stability: [prefer-lowest, prefer-stable]
23
include:
24
+ - laravel: 12.*
25
+ testbench: ^10.0
26
+ carbon: ^3.0
27
- laravel: 11.*
28
testbench: 9.*
29
carbon: ^2.63
composer.json
@@ -18,7 +18,7 @@
"require": {
"php": "^8.2",
"spatie/laravel-package-tools": "^1.16",
- "illuminate/contracts": "^10.0||^11.0"
+ "illuminate/contracts": "^10.0||^11.0||^12.0"
},
"require-dev": {
"laravel/pint": "^1.14",
0 commit comments