Skip to content

Commit 51bbd93

Browse files
authored
Update ci.yml
1 parent 099c646 commit 51bbd93

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,19 @@ jobs:
1717
strategy:
1818
matrix:
1919
php:
20-
- '7.3'
21-
- '7.4'
2220
- '8.0'
21+
- '8.1'
2322
laravel:
24-
- 7.*
2523
- 8.*
24+
- 9.*
2625
prefer:
2726
- 'prefer-lowest'
2827
- 'prefer-stable'
2928
include:
30-
- laravel: 9.*
31-
testbench: 7.*
32-
- laravel: '7.*'
33-
testbench: '5.*'
3429
- laravel: '8.*'
3530
testbench: '6.*'
31+
- laravel: 9.*
32+
testbench: 7.*
3633

3734
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }}
3835

0 commit comments

Comments
 (0)