There was an error while loading. Please reload this page.
1 parent d0e466b commit a9d7223Copy full SHA for a9d7223
2 files changed
.github/workflows/run-tests.yml
@@ -18,9 +18,11 @@ jobs:
18
matrix:
19
os: [ubuntu-latest]
20
php: [8.5, 8.4, 8.3]
21
- laravel: [12.*]
+ laravel: [13.*, 12.*]
22
stability: [prefer-stable]
23
include:
24
+ - laravel: 13.*
25
+ testbench: 11.*
26
- laravel: 12.*
27
testbench: 10.*
28
composer.json
@@ -36,7 +36,7 @@
36
"larastan/larastan": "^2.9||^3.0",
37
"laravel/pint": "^1.14",
38
"nunomaduro/collision": "^8.1.1||^7.10.0",
39
- "orchestra/testbench": "^10.0.0||^9.0.0",
+ "orchestra/testbench": "^11.0.0||^10.0.0||^9.0.0",
40
"pestphp/pest": "^3.0||^2.34",
41
"pestphp/pest-plugin-arch": "^3.0||^2.7",
42
"pestphp/pest-plugin-laravel": "^3.0||^2.3",
0 commit comments