Skip to content

Commit 4626bdf

Browse files
authored
Merge pull request #5 from A909M/support-laravel-12
laravel 12 support
2 parents 791ec14 + d500597 commit 4626bdf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
2020
php: [8.4, 8.3, 8.2]
21-
laravel: [11.*, 10.*]
21+
laravel: [12.*, 11.*, 10.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
24+
- laravel: 12.*
25+
testbench: ^10.0
26+
carbon: ^3.0
2427
- laravel: 11.*
2528
testbench: 9.*
2629
carbon: ^2.63

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^8.2",
2020
"spatie/laravel-package-tools": "^1.16",
21-
"illuminate/contracts": "^10.0||^11.0"
21+
"illuminate/contracts": "^10.0||^11.0||^12.0"
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.14",

0 commit comments

Comments
 (0)