Skip to content

Commit c9ee187

Browse files
committed
Upgrade CI Julia versions.
1 parent 1fe4d05 commit c9ee187

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
version:
15-
- "1.9"
15+
- "lts"
16+
- "1"
1617
- "nightly"
1718
os:
1819
- ubuntu-latest

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: julia-actions/setup-julia@v2
1818
with:
19-
version: "1.9"
19+
version: "lts"
2020
- name: Install dependencies
2121
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2222
- name: Build and deploy

0 commit comments

Comments
 (0)