Skip to content

Commit 113583f

Browse files
authored
Update ci.yml
1 parent a7c1443 commit 113583f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

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

1919
strategy:
20+
fail-fast: false
2021
matrix:
2122
php:
22-
- '7.3'
23-
- '7.4'
2423
- '8.0'
24+
- '8.1'
2525
laravel:
26-
- 7.*
2726
- 8.*
27+
- 9.*
2828
prefer:
2929
- 'prefer-lowest'
3030
- 'prefer-stable'
3131
include:
32-
- laravel: '7.*'
33-
testbench: '5.*'
3432
- laravel: '8.*'
3533
testbench: '6.*'
34+
- laravel: '9.*'
35+
testbench: '7.*'
3636

3737
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }}
3838

0 commit comments

Comments
 (0)