File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 88 - " 1.8"
99 - " 1.9"
1010 - " 1.10"
11+ - " 1.11-nightly"
1112 plugins :
1213 - JuliaCI/julia#v1:
1314 version : " {{matrix.version}}"
3637 - " 1.8"
3738 - " 1.9"
3839 - " 1.10"
40+ - " 1.11-nightly"
3941 plugins :
4042 - JuliaCI/julia#v1:
4143 version : " {{matrix.version}}"
6567 - " 1.8"
6668 - " 1.9"
6769 - " 1.10"
70+ - " 1.11-nightly"
6871 plugins :
6972 - JuliaCI/julia#v1:
7073 version : " {{matrix.version}}"
9497 - " 1.8"
9598 - " 1.9"
9699 - " 1.10"
100+ - " 1.11-nightly"
97101 plugins :
98102 - JuliaCI/julia#v1:
99103 version : " {{matrix.version}}"
@@ -149,6 +153,7 @@ steps:
149153 setup :
150154 version :
151155 - " 1.10"
156+ - " 1.11-nightly"
152157 plugins :
153158 - JuliaCI/julia#v1:
154159 version : " {{matrix.version}}"
Original file line number Diff line number Diff line change 2727 - ' 1.8'
2828 - ' 1.9'
2929 - ' 1.10'
30+ - ' ~1.11.0-0'
3031 os :
3132 - ubuntu-latest
3233 - macOS-latest
@@ -40,10 +41,11 @@ jobs:
4041 allow_failure : true
4142 steps :
4243 - uses : actions/checkout@v4
43- - uses : julia-actions/setup-julia@v1
44+ - uses : julia-actions/setup-julia@v2
4445 with :
4546 version : ${{ matrix.version }}
4647 arch : ${{ matrix.arch }}
48+ show-versioninfo : true
4749 - uses : actions/cache@v4
4850 env :
4951 cache-name : cache-artifacts
You can’t perform that action at this time.
0 commit comments