Skip to content

Commit ab1ca15

Browse files
authored
Update ci.yml
1 parent 6115870 commit ab1ca15

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,22 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
strategy:
20+
fail-fast: false
2021
matrix:
2122
php:
22-
- '7.4'
2323
- '8.0'
24+
- '8.1'
2425
laravel:
25-
- 7.*
2626
- 8.*
27+
- 9.*
2728
prefer:
2829
- 'prefer-lowest'
2930
- 'prefer-stable'
3031
include:
31-
- laravel: '7.*'
32-
testbench: '5.*'
3332
- laravel: '8.*'
3433
testbench: '6.*'
34+
- laravel: '9.*'
35+
testbench: '7.*'
3536

3637
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }}
3738

0 commit comments

Comments
 (0)