Skip to content

Commit 730bcfb

Browse files
committed
ci: Update run-tests.yml to adjust Laravel version matrix and include testbench configurations
1 parent fce9a5b commit 730bcfb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/run-tests.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest]
2020
php: [8.4, 8.3]
21-
laravel: [11.*, 12.*]
21+
laravel: [12.*, 11.*]
2222
stability: [prefer-lowest, prefer-stable]
23+
include:
24+
- laravel: 12.*
25+
testbench: 10.*
26+
- laravel: 11.*
27+
testbench: 9.*
2328

2429
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2530

0 commit comments

Comments
 (0)