Skip to content

Commit be2cb39

Browse files
ADD laravel 13 support
1 parent c847274 commit be2cb39

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
3333
matrix:
3434
os: [ubuntu-latest, windows-latest]
3535
php: [8.5, 8.4, 8.3]
36-
laravel: ['11.*', '12.*']
36+
laravel: ['11.*', '12.*', '13.*']
3737
stability: [prefer-lowest, prefer-stable]
3838
include:
39+
- laravel: 13.*
40+
testbench: ^11.0
3941
- laravel: 12.*
4042
testbench: ^10.0
4143
- laravel: 11.*

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
],
2626
"require": {
2727
"php": "^8.3",
28-
"illuminate/database": "^11.0|^12.0",
29-
"illuminate/support": "^11.0|^12.0",
28+
"illuminate/database": "^11.0|^12.0|^13.0",
29+
"illuminate/support": "^11.0|^12.0|^13.0",
3030
"spatie/laravel-package-tools": "^1.92.6"
3131
},
3232
"require-dev": {
3333
"laravel/pint": "^1.0",
34-
"orchestra/testbench": "^9.1|^10.0",
34+
"orchestra/testbench": "^9.1|^10.0|^11.0",
3535
"pestphp/pest": "^3",
3636
"pestphp/pest-plugin-laravel": "^3",
3737
"larastan/larastan": "^2.9|^3.0"

0 commit comments

Comments
 (0)