Skip to content

Commit dbdfced

Browse files
committed
Test more versions
1 parent 54cb6b0 commit dbdfced

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [8.2, 8.3]
13-
laravel: [10.*, 11.*]
13+
laravel: [10.*, 11.*, 12.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 10.*
1717
testbench: 8.*
1818
- laravel: 11.*
1919
testbench: 9.*
20+
- laravel: 12.*
21+
testbench: 10.*
2022

2123
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2224

0 commit comments

Comments
 (0)