We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7b912 commit eee04c0Copy full SHA for eee04c0
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
- 5432:5432
31
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
32
strategy:
33
- #fail-fast: true
+ fail-fast: false
34
matrix:
35
php-versions: ['7.4', '8.1', '8.2', '8.3']
36
0 commit comments