We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595b14c commit 68de9f0Copy full SHA for 68de9f0
1 file changed
.github/workflows/main.yml
@@ -186,6 +186,7 @@ jobs:
186
matrix:
187
os: [ubuntu-latest, windows-latest]
188
version: ['v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.5', 'v2.11.4', 'nightly']
189
+ fail-fast: false
190
env:
191
CLI_VERSION: ${{ matrix.version }}
192
NIGHTLY_URL: ${{ needs.find-nightly.outputs.url }}
0 commit comments