File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v3
16
16
- uses : julia-actions/setup-julia@v1
17
17
with :
18
- version : ' 1.6 '
18
+ version : ' 1.9 '
19
19
- name : Install dependencies
20
20
# run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
21
21
# use forked DemoCards.jl while this PR isn't merged and tagged: https://github.com/JuliaDocs/DemoCards.jl/pull/157
Original file line number Diff line number Diff line change 9
9
matrix :
10
10
julia-version :
11
11
- ' 1' # latest release
12
- - ' 1.6 ' # LTS
12
+ - ' 1.9 ' # Required by extensions
13
13
steps :
14
14
- uses : actions/checkout@v3
15
15
- uses : julia-actions/setup-julia@latest
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ JSON = "0.21"
26
26
MultilineStrings = " 0.1.1"
27
27
NetworkLayout = " 0.4.7"
28
28
Tables = " 1"
29
- julia = " 1.6 "
29
+ julia = " 1.9 "
You can’t perform that action at this time.
0 commit comments