Skip to content

Commit ffa4fca

Browse files
authored
Update run-tests.yml
1 parent 7f8bb6e commit ffa4fca

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,23 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest]
20-
php: [8.3, 8.2]
21-
laravel: [11.*, 10.*]
20+
php: [8.4, 8.3, 8.2]
21+
laravel: [12.*, 11.*, 10.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
24+
- laravel: 12.*
25+
testbench: 10.*
26+
carbon: ^3.0
2427
- laravel: 11.*
2528
testbench: 9.*
2629
carbon: ^2.63
2730
- laravel: 10.*
2831
testbench: 8.*
2932
carbon: ^2.63
30-
33+
exclude:
34+
- laravel: 12.*
35+
php: 8.2
36+
3137
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3238

3339
steps:

0 commit comments

Comments
 (0)