Skip to content

Commit c05192a

Browse files
authored
Merge pull request #225 from JuliaAI/dev
Regenerate the docs after fixing a link. No new release.
2 parents 4464595 + b587c6e commit c05192a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.6'
20+
- 'lts'
2121
- '1'
2222
os:
2323
- ubuntu-latest
2424
arch:
2525
- x64
2626
steps:
2727
- uses: actions/checkout@v2
28-
- uses: julia-actions/setup-julia@v1
28+
- uses: julia-actions/setup-julia@v2
2929
with:
3030
version: ${{ matrix.version }}
3131
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)