Skip to content

Commit 9681e3f

Browse files
committed
Support Laravel 12
1 parent 023c332 commit 9681e3f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
php: [8.4, 8.3, 8.2]
19-
laravel: [11.x]
19+
laravel: [12.x, 11.x]
2020
stability: [prefer-lowest, prefer-stable]
2121

2222
name: Static Analysis - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"filament/filament": "^3.2.57",
2525
"filament/spatie-laravel-settings-plugin": "^3.2",
2626
"guzzlehttp/guzzle": "^7.8",
27-
"illuminate/console": "^11.23.0",
28-
"illuminate/database": "^11.23.0",
29-
"illuminate/events": "^11.23.0",
30-
"illuminate/queue": "^11.23.0",
31-
"illuminate/support": "^11.23.0",
27+
"illuminate/console": "^11.23.0|^12.0",
28+
"illuminate/database": "^11.23.0|^12.0",
29+
"illuminate/events": "^11.23.0|^12.0",
30+
"illuminate/queue": "^11.23.0|^12.0",
31+
"illuminate/support": "^11.23.0|^12.0",
3232
"laravel/sanctum": "^4.0",
3333
"nesbot/carbon": "^2.70",
3434
"spatie/laravel-data": "^4.11",
@@ -42,7 +42,7 @@
4242
"dedoc/scramble": "0.12.0-alpha.1",
4343
"larastan/larastan": "^3.0",
4444
"laravel/pail": "^1.1",
45-
"orchestra/testbench": "^9.5.1",
45+
"orchestra/testbench": "^9.5.1|^10.0",
4646
"pestphp/pest": "^3.2",
4747
"pestphp/pest-plugin-laravel": "^3.0",
4848
"pestphp/pest-plugin-livewire": "*"

0 commit comments

Comments
 (0)