Skip to content

Commit 4905bf4

Browse files
committed
Add support for Laravel 13
1 parent ea32d04 commit 4905bf4

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/run-tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [8.3, 8.4, 8.5]
13-
laravel: [12.*]
13+
laravel: [12.*, 13.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 12.*
1717
testbench: ^10.8
18+
- laravel: 13.*
19+
testbench: ^11.0
1820

1921
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2022

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"require": {
2020
"php": "^8.3",
2121
"marcorieser/statamic-livewire": "^5.0",
22-
"laravel/framework": "^12.0",
22+
"laravel/framework": "^12.0 || ^13.0",
2323
"laravel/prompts": "^0.3.0",
2424
"livewire/livewire": "^4.1",
2525
"spatie/invade": "^2.0",
2626
"statamic/cms": "^6.0"
2727
},
2828
"require-dev": {
2929
"laravel/pint": "^1.27",
30-
"orchestra/testbench": "^10.0",
30+
"orchestra/testbench": "^10.0 || ^11.0",
3131
"pestphp/pest": "^4.0",
3232
"pestphp/pest-plugin-laravel": "^4.0",
3333
"pestphp/pest-plugin-livewire": "^4.0"

0 commit comments

Comments
 (0)