Skip to content

Commit a9ec4e4

Browse files
authored
Update ci for for lts tag
1 parent 2219b6a commit a9ec4e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
version:
15-
- 1.6
15+
- lts
1616
- 1 # automatically expands to the latest stable 1.x release of Julia
1717
os:
1818
- ubuntu-latest
@@ -22,7 +22,7 @@ jobs:
2222
- x64
2323
steps:
2424
- uses: actions/checkout@v4
25-
- uses: julia-actions/setup-julia@v1
25+
- uses: julia-actions/setup-julia@v2
2626
with:
2727
version: ${{ matrix.version }}
2828
arch: ${{ matrix.arch }}
@@ -53,4 +53,4 @@ jobs:
5353
- run: julia --project=docs docs/make.jl
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
56+
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)