We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4c560 commit 154d547Copy full SHA for 154d547
.github/workflows/tests.yml
@@ -12,6 +12,7 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
14
strategy:
15
+ fail-fast: false
16
matrix:
17
php: [7.1, 7.2, 7.3, 7.4, '8.0', 8.1, 8.2, 8.3]
18
laravel: [5.8.*, 6.*, 7.*, 8.*, 9.*, 10.*, 11.*, 12.*]
0 commit comments