Skip to content

Commit

Permalink
Update CI to use LTS.
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion committed Nov 6, 2024
1 parent 3886c0b commit 78724ec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
fail-fast: false
matrix:
version:
- "1.6"
- "1"
- "lts"
- "release"
- "nightly"
os:
- ubuntu-latest
Expand All @@ -44,8 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: "1"
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
Expand Down

0 comments on commit 78724ec

Please sign in to comment.