We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c434e commit d178af4Copy full SHA for d178af4
.github/workflows/run-tests.yml
@@ -17,9 +17,9 @@ jobs:
17
laravel: [12.*]
18
stability: [prefer-stable]
19
include:
20
- - laravel: 12.*
21
- testbench: 10.*
22
- carbon: ^3.8.4
+ - laravel: 11.*
+ testbench: 9.*
+ carbon: 2.*
23
24
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
25
composer.json
@@ -49,7 +49,7 @@
49
"larastan/larastan": "^3.0",
50
"laravel/pint": "^1.0",
51
"nunomaduro/collision": "^8.1",
52
- "orchestra/testbench": "^10.0",
+ "orchestra/testbench": "^9.0",
53
"pestphp/pest": "^4.0",
54
"pestphp/pest-plugin-arch": "^4.0",
55
"pestphp/pest-plugin-laravel": "^4.0",
0 commit comments