Skip to content

Commit 3defbb5

Browse files
Merge pull request #247 from JuliaArrays/ChrisRackauckas-patch-1
Docs to LTS
2 parents 7b3cf6b + 2d1e9c2 commit 3defbb5

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)