File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
strategy :
19
19
fail-fast : false
20
20
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'
22
22
os : [ubuntu-latest, macOS-latest, windows-latest]
23
23
arch : [x64]
24
24
llvm_args : ['']
@@ -36,15 +36,15 @@ jobs:
36
36
os : ' windows-latest'
37
37
arch : ' x64'
38
38
llvm_args : ' --opaque-pointers'
39
- - version : ' ^1.11.0-alpha1 '
39
+ - version : ' ^1.11.0-alpha2 '
40
40
os : ' ubuntu-latest'
41
41
arch : ' x64'
42
42
llvm_args : ' --opaque-pointers'
43
- - version : ' ^1.11.0-alpha1 '
43
+ - version : ' ^1.11.0-alpha2 '
44
44
os : ' macOS-latest'
45
45
arch : ' x64'
46
46
llvm_args : ' --opaque-pointers'
47
- - version : ' ^1.11.0-alpha1 '
47
+ - version : ' ^1.11.0-alpha2 '
48
48
os : ' windows-latest'
49
49
arch : ' x64'
50
50
llvm_args : ' --opaque-pointers'
You can’t perform that action at this time.
0 commit comments