We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6115870 commit ab1ca15Copy full SHA for ab1ca15
.github/workflows/ci.yml
@@ -17,21 +17,22 @@ jobs:
17
runs-on: ubuntu-latest
18
19
strategy:
20
+ fail-fast: false
21
matrix:
22
php:
- - '7.4'
23
- '8.0'
24
+ - '8.1'
25
laravel:
- - 7.*
26
- 8.*
27
+ - 9.*
28
prefer:
29
- 'prefer-lowest'
30
- 'prefer-stable'
31
include:
- - laravel: '7.*'
32
- testbench: '5.*'
33
- laravel: '8.*'
34
testbench: '6.*'
+ - laravel: '9.*'
35
+ testbench: '7.*'
36
37
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }}
38
0 commit comments