Skip to content

Commit 3b152e3

Browse files
committed
Add testbench to the matrix
1 parent 4e48d19 commit 3b152e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
php: [8.2, 8.3, 8.4]
2626
laravel: [11.*]
2727
dependency-version: [prefer-stable]
28+
include:
29+
- laravel: 11.*
30+
testbench: 9.*
2831

2932
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
3033

0 commit comments

Comments
 (0)