Skip to content

Commit 906f04c

Browse files
committed
WIP
1 parent 3f13b87 commit 906f04c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
php: [ 8.2 ]
1717
laravel: [ 10.* ]
1818
stability: [ prefer-lowest, prefer-stable ]
19+
include:
20+
- laravel: 10.*
21+
testbench: 8.*
1922

2023
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2124

0 commit comments

Comments
 (0)