File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v2
15
15
- uses : julia-actions/setup-julia@latest
16
16
with :
17
- version : ' 1.5 '
17
+ version : ' 1.6 '
18
18
- name : Install dependencies
19
19
run : julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
20
20
- name : Build and deploy
Original file line number Diff line number Diff line change @@ -18,15 +18,18 @@ jobs:
18
18
fail-fast : false
19
19
matrix :
20
20
version :
21
+ - ' 1.6'
21
22
- ' 1'
22
- - ' 1.3'
23
- # - 'nightly'
24
23
os :
25
24
- ubuntu-latest
26
25
- macOS-latest
27
26
- windows-latest
28
27
arch :
29
28
- x64
29
+ include :
30
+ - os : ubuntu-latest
31
+ version : ' nightly'
32
+ arch : x64
30
33
steps :
31
34
- uses : actions/checkout@v2
32
35
- uses : julia-actions/setup-julia@v1
You can’t perform that action at this time.
0 commit comments