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 1818 strategy :
1919 fail-fast : false
2020 matrix :
21- version : ['1.10', 'pre ', 'nightly']
21+ version : ['1.10', '1.11 ', '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 : ' pre '
39+ - version : ' 1.11 '
4040 os : ' ubuntu-latest'
4141 arch : ' x64'
4242 llvm_args : ' --opaque-pointers'
43- - version : ' pre '
43+ - version : ' 1.11 '
4444 os : ' macOS-latest'
4545 arch : ' x64'
4646 llvm_args : ' --opaque-pointers'
47- - version : ' pre '
47+ - version : ' 1.11 '
4848 os : ' windows-latest'
4949 arch : ' x64'
5050 llvm_args : ' --opaque-pointers'
@@ -182,7 +182,7 @@ jobs:
182182 - uses : actions/checkout@v4
183183 - uses : julia-actions/setup-julia@latest
184184 with :
185- version : ' 1.10 '
185+ version : ' 1.11 '
186186 - name : Install dependencies
187187 run : julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
188188 - name : Build and deploy
You can’t perform that action at this time.
0 commit comments