We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lts
release
1 parent 50a90df commit 688b28fCopy full SHA for 688b28f
.github/workflows/CI.yml
@@ -19,8 +19,8 @@ jobs:
19
fail-fast: false
20
matrix:
21
version:
22
- - '1.6'
23
- - '1'
+ - 'release'
+ - 'lts'
24
- 'nightly'
25
os:
26
- ubuntu-latest
.github/workflows/documentation.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v2
17
- uses: julia-actions/setup-julia@v1
18
with:
- version: '1'
+ version: 'release'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
0 commit comments