Skip to content

Commit 7d37fd0

Browse files
committed
feat: add Laravel 13 support
1 parent e40b194 commit 7d37fd0

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
@@ -9,9 +9,11 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
php: [ 8.4, 8.3 ]
12-
laravel: [ 12.* ]
12+
laravel: [ 13.*, 12.* ]
1313
dependency-version: [ prefer-stable ]
1414
include:
15+
- laravel: 13.*
16+
testbench: 11.*
1517
- laravel: 12.*
1618
testbench: 10.*
1719

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"markdown"
1212
],
1313
"require": {
14-
"php": "^8.1",
14+
"php": "^8.3",
1515
"laravel/nova": "^4.20 || ^5.0"
1616
},
1717
"require-dev": {
1818
"interaction-design-foundation/coding-standard": "^0.5.0 || ^0.6.0",
19-
"orchestra/testbench-core": "^8.32 || ^9.9 || ^10.0",
20-
"phpunit/phpunit": "^11.0 || ^12.0"
19+
"orchestra/testbench-core": "^8.32 || ^9.9 || ^10.0 || ^11.0",
20+
"phpunit/phpunit": "^11.0 || ^12.0 || ^13.0"
2121
},
2222
"repositories": [
2323
{

0 commit comments

Comments
 (0)