Skip to content

Commit d178af4

Browse files
committed
chore: downgrade to laravel 11 and testbench 9
1 parent 21c434e commit d178af4

File tree

3 files changed

+236
-317
lines changed

3 files changed

+236
-317
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
laravel: [12.*]
1818
stability: [prefer-stable]
1919
include:
20-
- laravel: 12.*
21-
testbench: 10.*
22-
carbon: ^3.8.4
20+
- laravel: 11.*
21+
testbench: 9.*
22+
carbon: 2.*
2323

2424
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2525

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"larastan/larastan": "^3.0",
5050
"laravel/pint": "^1.0",
5151
"nunomaduro/collision": "^8.1",
52-
"orchestra/testbench": "^10.0",
52+
"orchestra/testbench": "^9.0",
5353
"pestphp/pest": "^4.0",
5454
"pestphp/pest-plugin-arch": "^4.0",
5555
"pestphp/pest-plugin-laravel": "^4.0",

0 commit comments

Comments
 (0)