Skip to content

Commit 6da1d33

Browse files
committed
Bump CI.
1 parent 9e5bea6 commit 6da1d33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
version: ['1.8', '1.9', '1.10', '^1.11.0-alpha1'] # 'nightly'
21+
version: ['1.8', '1.9', '1.10', '^1.11.0-alpha2'] # 'nightly'
2222
os: [ubuntu-latest, macOS-latest, windows-latest]
2323
arch: [x64]
2424
llvm_args: ['']
@@ -36,15 +36,15 @@ jobs:
3636
os: 'windows-latest'
3737
arch: 'x64'
3838
llvm_args: '--opaque-pointers'
39-
- version: '^1.11.0-alpha1'
39+
- version: '^1.11.0-alpha2'
4040
os: 'ubuntu-latest'
4141
arch: 'x64'
4242
llvm_args: '--opaque-pointers'
43-
- version: '^1.11.0-alpha1'
43+
- version: '^1.11.0-alpha2'
4444
os: 'macOS-latest'
4545
arch: 'x64'
4646
llvm_args: '--opaque-pointers'
47-
- version: '^1.11.0-alpha1'
47+
- version: '^1.11.0-alpha2'
4848
os: 'windows-latest'
4949
arch: 'x64'
5050
llvm_args: '--opaque-pointers'

0 commit comments

Comments
 (0)