File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ steps:
3131 julia :
3232 - " 1.10"
3333 - " 1.11"
34- # - "nightly"
35- # adjustments:
36- # - with:
37- # julia: "nightly"
38- # soft_fail: true
34+ - " nightly"
35+ adjustments :
36+ - with :
37+ julia : " nightly"
38+ soft_fail : true
3939
4040 # special tests
4141 - group : " :floppy_disk: Storage Modes"
4444 - label : " {{matrix.storage}} array storage"
4545 plugins :
4646 - JuliaCI/julia#v1:
47- version : " 1.10 "
47+ version : " 1.11 "
4848 - JuliaCI/julia-test#v1:
4949 test_args : " --quickfail"
5050 agents :
7474 soft_fail : true
7575 plugins :
7676 - JuliaCI/julia#v1:
77- version : " 1.10 "
77+ version : " 1.11 "
7878 - JuliaCI/julia-test#v1:
7979 # test_args: "--quickfail"
8080 test_args : " "
@@ -105,7 +105,7 @@ steps:
105105 - label : " Opaque pointers"
106106 plugins :
107107 - JuliaCI/julia#v1:
108- version : " 1.10 "
108+ version : " 1.11 "
109109 - JuliaCI/julia-test#v1:
110110 test_args : " --quickfail"
111111 - JuliaCI/julia-coverage#v1:
@@ -135,7 +135,7 @@ steps:
135135 - label : " Benchmarks"
136136 plugins :
137137 - JuliaCI/julia#v1:
138- version : " 1.10 "
138+ version : " 1.11 "
139139 command : |
140140 julia --project=perf -e '
141141 using Pkg
You can’t perform that action at this time.
0 commit comments