Skip to content

Commit 2d1e9c2

Browse files
Docs to LTS
1 parent 7b3cf6b commit 2d1e9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v1
5252
- uses: julia-actions/setup-julia@latest
5353
with:
54-
version: '1.2'
54+
version: '1.6'
5555
- run: julia --color=yes -e 'using Pkg; VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General")) && Pkg.Registry.add("General")'
5656
shell: bash
5757
env:

0 commit comments

Comments
 (0)