Skip to content

Commit af83510

Browse files
committed
Add Laravel 13 support
1 parent 4009d91 commit af83510

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
php: [8.3, 8.4]
14-
laravel: [11.*, 12.*]
14+
laravel: [11.*, 12.*, 13.*]
1515
include:
1616
- laravel: 11.*
1717
testbench: 9.*
1818
- laravel: 12.*
1919
testbench: 10.*
20+
- laravel: 13.*
21+
testbench: 11.*
2022

2123
name: PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }}
2224

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
},
1616
"require": {
1717
"php": ">=8.3",
18-
"illuminate/contracts": "^10.0||^11.0||^12.0",
18+
"illuminate/contracts": "^10.0||^11.0||^12.0||^13.0",
1919
"filament/filament": "^5.0|^4.0",
2020
"spatie/laravel-package-tools": "^1.0"
2121
},
2222
"require-dev": {
2323
"laravel/pint": "^1.14",
2424
"nunomaduro/collision": "^8.1.1||^7.10.0",
2525
"larastan/larastan": "^2.9||^3.0",
26-
"orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0",
27-
"pestphp/pest": "^2.0||^3.0",
28-
"pestphp/pest-plugin-arch": "^2.5||^3.0",
29-
"pestphp/pest-plugin-laravel": "^2.0||^3.0",
26+
"orchestra/testbench": "^11.0.0||^10.0.0||^9.0.0||^8.22.0",
27+
"pestphp/pest": "^2.0||^3.0||^4.0",
28+
"pestphp/pest-plugin-arch": "^2.5||^3.0||^4.0",
29+
"pestphp/pest-plugin-laravel": "^2.0||^3.0||^4.0",
3030
"phpstan/extension-installer": "^1.3",
3131
"phpstan/phpstan-deprecation-rules": "^1.1||^2.0",
3232
"phpstan/phpstan-phpunit": "^1.3||^2.0"

0 commit comments

Comments
 (0)