Skip to content

Commit 1cf135a

Browse files
committed
wip
1 parent 1666804 commit 1cf135a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,18 @@ jobs:
2929
php: '8.1'
3030
- laravel: 8.*
3131
testbench: 9.*
32+
- laravel: 8.*
33+
testbench: 10.*
3234
- laravel: 11.*
3335
testbench: 6.*
36+
- laravel: 11.*
37+
testbench: 10.*
3438
- laravel: 12.*
3539
php: '8.0'
3640
- laravel: 12.*
3741
php: '8.1'
38-
- testbench: 10.*
39-
php: '8.0'
40-
- testbench: 10.*
41-
php: '8.1'
42+
- laravel: 12.*
43+
testbench: 9.*
4244

4345
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest
4446

0 commit comments

Comments
 (0)