File tree Expand file tree Collapse file tree 2 files changed +107
-77
lines changed Expand file tree Collapse file tree 2 files changed +107
-77
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.10', 'pre ', 'nightly']
21
+ version : ['1.10', '1.11 ', '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 : ' pre '
39
+ - version : ' 1.11 '
40
40
os : ' ubuntu-latest'
41
41
arch : ' x64'
42
42
llvm_args : ' --opaque-pointers'
43
- - version : ' pre '
43
+ - version : ' 1.11 '
44
44
os : ' macOS-latest'
45
45
arch : ' x64'
46
46
llvm_args : ' --opaque-pointers'
47
- - version : ' pre '
47
+ - version : ' 1.11 '
48
48
os : ' windows-latest'
49
49
arch : ' x64'
50
50
llvm_args : ' --opaque-pointers'
@@ -182,7 +182,7 @@ jobs:
182
182
- uses : actions/checkout@v4
183
183
- uses : julia-actions/setup-julia@latest
184
184
with :
185
- version : ' 1.10 '
185
+ version : ' 1.11 '
186
186
- name : Install dependencies
187
187
run : julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
188
188
- name : Build and deploy
You can’t perform that action at this time.
0 commit comments