Skip to content

Commit 41dbf45

Browse files
committed
wip
1 parent 1ebfda3 commit 41dbf45

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- laravel: 9.*
2121
testbench: 7.*
2222
carbon: ^2.63
23+
- laravel: 10.*
24+
testbench: 8.*
2325

2426
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2527

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"laravel/pint": "^1.0",
2727
"nunomaduro/collision": "^6.0",
2828
"nunomaduro/larastan": "^2.0.1",
29-
"orchestra/testbench": "^7.0",
29+
"orchestra/testbench": "^7.0|^8.0",
3030
"pestphp/pest": "^1.21",
3131
"pestphp/pest-plugin-laravel": "^1.1",
3232
"phpstan/extension-installer": "^1.1",

0 commit comments

Comments
 (0)