Skip to content

Commit c855a4e

Browse files
authored
⬆️ support for laravel 12.x
1 parent 0bbdd97 commit c855a4e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.2, 8.3]
17-
laravel: [11.*]
17+
laravel: [11.*, 12.*]
1818
stability: [prefer-stable]
1919
include:
2020
- laravel: 11.*
2121
testbench: ^9.0
22+
- laravel: 12.*
23+
testbench: ^9.0
2224

2325
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2426

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.1",
2020
"filament/filament": "^3.0",
21-
"illuminate/contracts": "^11.0",
21+
"illuminate/contracts": "^11.0|^12.0",
2222
"spatie/laravel-package-tools": "^1.16.0"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)