Skip to content

Commit 22b7004

Browse files
committed
fix: update testbench and ci matrix for Laravel 13 support
1 parent 7b4554d commit 22b7004

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- laravel: 11.*
1919
testbench: ^9.0
2020
- laravel: 12.*
21-
testbench: ^9.0
22-
- laravel: 13.*
2321
testbench: ^10.0
22+
- laravel: 13.*
23+
testbench: ^11.0
2424
exclude:
2525
- php: 8.2
2626
laravel: 12.*

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
},
2828
"require": {
2929
"php": "^8.2",
30-
"laravel/framework": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0"
30+
"laravel/framework": "^10.0|^11.0|^12.0|^13.0"
3131
},
3232
"require-dev": {
3333
"laravel/pint": "^1.0",
3434
"mockery/mockery": "^1.6",
3535
"nunomaduro/collision": "^8.5.0",
36-
"orchestra/testbench": "^6.0.0||^7.0.0||^8.20||^9.0.0||^10.0",
36+
"orchestra/testbench": "^6.0.0||^7.0.0||^8.20||^9.0.0||^10.0||^11.0",
3737
"pestphp/pest": "^2.34|^3.0",
3838
"pestphp/pest-plugin-arch": "^2.7|^3.0",
3939
"pestphp/pest-plugin-laravel": "^2.3|^3.0"

0 commit comments

Comments
 (0)