We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2219b6a commit a9ec4e4Copy full SHA for a9ec4e4
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
version:
15
- - 1.6
+ - lts
16
- 1 # automatically expands to the latest stable 1.x release of Julia
17
os:
18
- ubuntu-latest
@@ -22,7 +22,7 @@ jobs:
22
- x64
23
steps:
24
- uses: actions/checkout@v4
25
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
26
with:
27
version: ${{ matrix.version }}
28
arch: ${{ matrix.arch }}
@@ -53,4 +53,4 @@ jobs:
53
- run: julia --project=docs docs/make.jl
54
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
- DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
+ DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments