Skip to content

Commit f099709

Browse files
authored
Update ci.yml
1 parent b96ace0 commit f099709

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
php:
21-
- '8.0'
2221
- '8.1'
22+
- '8.2'
2323
laravel:
24-
- 8.*
2524
- 9.*
25+
- 10.*
2626
prefer:
2727
- 'prefer-lowest'
2828
- 'prefer-stable'
2929
include:
30-
- laravel: '8.*'
31-
testbench: '6.*'
3230
- laravel: 9.*
3331
testbench: 7.*
32+
- laravel: 10.*
33+
testbench: 8.*
3434

3535
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }}
3636

0 commit comments

Comments
 (0)