Skip to content

Commit 96cad9a

Browse files
committed
bump julia version
1 parent e37e271 commit 96cad9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: julia-actions/setup-julia@v1
1717
with:
18-
version: '1.6'
18+
version: '1.9'
1919
- name: Install dependencies
2020
# run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2121
# use forked DemoCards.jl while this PR isn't merged and tagged: https://github.com/JuliaDocs/DemoCards.jl/pull/157

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
julia-version:
1111
- '1' # latest release
12-
- '1.6' # LTS
12+
- '1.9' # Required by extensions
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: julia-actions/setup-julia@latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ JSON = "0.21"
2626
MultilineStrings = "0.1.1"
2727
NetworkLayout = "0.4.7"
2828
Tables = "1"
29-
julia = "1.6"
29+
julia = "1.9"

0 commit comments

Comments
 (0)