We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe4d05 commit c9ee187Copy full SHA for c9ee187
.github/workflows/CI.yml
@@ -12,7 +12,8 @@ jobs:
12
fail-fast: false
13
matrix:
14
version:
15
- - "1.9"
+ - "lts"
16
+ - "1"
17
- "nightly"
18
os:
19
- ubuntu-latest
.github/workflows/docs.yml
@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
- version: "1.9"
+ version: "lts"
20
- name: Install dependencies
21
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
22
- name: Build and deploy
0 commit comments