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 8
8
- " 1.8"
9
9
- " 1.9"
10
10
- " 1.10"
11
+ - " 1.11-nightly"
11
12
plugins :
12
13
- JuliaCI/julia#v1:
13
14
version : " {{matrix.version}}"
36
37
- " 1.8"
37
38
- " 1.9"
38
39
- " 1.10"
40
+ - " 1.11-nightly"
39
41
plugins :
40
42
- JuliaCI/julia#v1:
41
43
version : " {{matrix.version}}"
65
67
- " 1.8"
66
68
- " 1.9"
67
69
- " 1.10"
70
+ - " 1.11-nightly"
68
71
plugins :
69
72
- JuliaCI/julia#v1:
70
73
version : " {{matrix.version}}"
94
97
- " 1.8"
95
98
- " 1.9"
96
99
- " 1.10"
100
+ - " 1.11-nightly"
97
101
plugins :
98
102
- JuliaCI/julia#v1:
99
103
version : " {{matrix.version}}"
@@ -149,6 +153,7 @@ steps:
149
153
setup :
150
154
version :
151
155
- " 1.10"
156
+ - " 1.11-nightly"
152
157
plugins :
153
158
- JuliaCI/julia#v1:
154
159
version : " {{matrix.version}}"
Original file line number Diff line number Diff line change 27
27
- ' 1.8'
28
28
- ' 1.9'
29
29
- ' 1.10'
30
+ - ' ~1.11.0-0'
30
31
os :
31
32
- ubuntu-latest
32
33
- macOS-latest
@@ -40,10 +41,11 @@ jobs:
40
41
allow_failure : true
41
42
steps :
42
43
- uses : actions/checkout@v4
43
- - uses : julia-actions/setup-julia@v1
44
+ - uses : julia-actions/setup-julia@v2
44
45
with :
45
46
version : ${{ matrix.version }}
46
47
arch : ${{ matrix.arch }}
48
+ show-versioninfo : true
47
49
- uses : actions/cache@v4
48
50
env :
49
51
cache-name : cache-artifacts
You can’t perform that action at this time.
0 commit comments