Skip to content

Commit 8c9668f

Browse files
committed
update workflow
1 parent 66ca201 commit 8c9668f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,20 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: [8.1, 8.2, 8.3]
17-
laravel: [10.*, 11.*]
16+
php: [8.1, 8.2, 8.3, 8.4]
17+
laravel: [10.*, 11.*, 12.*]
1818
include:
1919
- laravel: 10.*
2020
testbench: 8.*
2121
- laravel: 11.*
2222
testbench: 9.*
23+
- laravel: 12.*
24+
testbench: 10.*
2325
exclude:
2426
- laravel: 11.*
2527
php: 8.1
28+
- laravel: 12.*
29+
php: 8.1
2630

2731
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }}
2832

0 commit comments

Comments
 (0)