Skip to content

Commit 0c4ccda

Browse files
authored
Merge pull request #54 from eleftrik/feature/laravel-13
Laravel 13 support
2 parents dd1b3fd + c0ab53e commit 0c4ccda

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,30 @@ jobs:
5353
pest: ^4.0
5454
pest_plugin_laravel: ^4.0
5555
pest_plugin_livewire: ^4.0
56+
- php: 8.3
57+
laravel: 13.*
58+
filament: 5.*
59+
testbench: 11.*
60+
livewire: ^4.0
61+
pest: ^4.0
62+
pest_plugin_laravel: ^4.0
63+
pest_plugin_livewire: ^4.0
64+
- php: 8.4
65+
laravel: 13.*
66+
filament: 5.*
67+
testbench: 11.*
68+
livewire: ^4.0
69+
pest: ^4.0
70+
pest_plugin_laravel: ^4.0
71+
pest_plugin_livewire: ^4.0
72+
- php: 8.5
73+
laravel: 13.*
74+
filament: 5.*
75+
testbench: 11.*
76+
livewire: ^4.0
77+
pest: ^4.0
78+
pest_plugin_laravel: ^4.0
79+
pest_plugin_livewire: ^4.0
5680

5781
name: P${{ matrix.php }} - L${{ matrix.laravel }}
5882

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ phpunit.xml
1212
phpstan.neon
1313
testbench.yaml
1414
vendor
15+
.claude/settings.local.json

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"filament/filament": "^4.0 || ^5.0",
2525
"filament/notifications": "^4.0 || ^5.0",
2626
"spatie/laravel-package-tools": "^1.15",
27-
"illuminate/contracts": "^11.0 || ^12.0"
27+
"illuminate/contracts": "^11.0 || ^12.0 || ^13.0"
2828
},
2929
"require-dev": {
3030
"laravel/pint": "^1.0",
3131
"larastan/larastan": "^3.0",
32-
"orchestra/testbench": "^10.0",
32+
"orchestra/testbench": "^10.0 || ^11.0",
3333
"pestphp/pest": "^4.0",
3434
"pestphp/pest-plugin-laravel": "^4.0",
3535
"pestphp/pest-plugin-livewire": "^4.0",

0 commit comments

Comments
 (0)