Skip to content

Commit 4a4b253

Browse files
committed
wip
1 parent 8a0397d commit 4a4b253

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/CI.yml

-3
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,16 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
allow_failure: [false]
2322
include:
2423
- version: '1' # current stable
2524
os: ubuntu-latest
2625
arch: x64
2726
- version: '1.11-nightly' # next release
2827
os: ubuntu-latest
2928
arch: x64
30-
allow_failure: true
3129
- version: 'nightly' # dev channel
3230
os: ubuntu-latest
3331
arch: x64
34-
allow_failure: true
3532
- version: '1.10.0' # minimum supported version
3633
os: ubuntu-latest
3734
arch: x64

0 commit comments

Comments
 (0)