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 0bbdd97 commit c855a4eCopy full SHA for c855a4e
.github/workflows/run-tests.yml
@@ -14,11 +14,13 @@ jobs:
14
matrix:
15
os: [ubuntu-latest]
16
php: [8.2, 8.3]
17
- laravel: [11.*]
+ laravel: [11.*, 12.*]
18
stability: [prefer-stable]
19
include:
20
- laravel: 11.*
21
testbench: ^9.0
22
+ - laravel: 12.*
23
+ testbench: ^9.0
24
25
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
26
composer.json
@@ -18,7 +18,7 @@
"require": {
"php": "^8.1",
"filament/filament": "^3.0",
- "illuminate/contracts": "^11.0",
+ "illuminate/contracts": "^11.0|^12.0",
"spatie/laravel-package-tools": "^1.16.0"
},
"require-dev": {
0 commit comments