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 b020206 commit 0b08b43Copy full SHA for 0b08b43
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- version: ['1.8', '1.9', '1.10', '^1.11.0-alpha2'] # 'nightly'
+ version: ['1.8', '1.9', '1.10', '^1.11.0-rc1'] # 'nightly'
22
os: [ubuntu-latest, macOS-latest, windows-latest]
23
arch: [x64]
24
llvm_args: ['']
0 commit comments