Skip to content

Commit 1bcede2

Browse files
authored
Add Laravel 13 support (#21)
1 parent 1262ac6 commit 1bcede2

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest]
2020
php: [8.4, 8.3]
21-
laravel: [11.*, 12.*]
21+
laravel: [11.*, 12.*, 13.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
2424
- laravel: 11.*
2525
testbench: 9.*
2626
- laravel: 12.*
2727
testbench: 10.*
28+
- laravel: 13.*
29+
testbench: 11.*
2830

2931
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3032

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"require": {
1919
"php": ">=8.3",
20-
"illuminate/contracts": "^10.0||^11.0||^12.0",
20+
"illuminate/contracts": "^10.0||^11.0||^12.0||^13.0",
2121
"filament/filament": "^5.0|^4.0",
2222
"spatie/laravel-package-tools": "^1.0",
2323
"spatie/laravel-medialibrary": "^11.0"
@@ -26,10 +26,10 @@
2626
"laravel/pint": "^1.14",
2727
"nunomaduro/collision": "^8.1.1||^7.10.0",
2828
"larastan/larastan": "^2.9||^3.0",
29-
"orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0",
30-
"pestphp/pest": "^2.0||^3.0",
31-
"pestphp/pest-plugin-arch": "^2.5||^3.0",
32-
"pestphp/pest-plugin-laravel": "^2.0||^3.0",
29+
"orchestra/testbench": "^11.0.0||^10.0.0||^9.0.0||^8.22.0",
30+
"pestphp/pest": "^2.0||^3.0||^4.0",
31+
"pestphp/pest-plugin-arch": "^2.5||^3.0||^4.0",
32+
"pestphp/pest-plugin-laravel": "^2.0||^3.0||^4.0",
3333
"phpstan/extension-installer": "^1.3",
3434
"phpstan/phpstan-deprecation-rules": "^1.1||^2.0",
3535
"phpstan/phpstan-phpunit": "^1.3||^2.0",

0 commit comments

Comments
 (0)