Skip to content

Commit

Permalink
Use "lts" version specifier in CI script (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Jul 4, 2024
1 parent 3f36cba commit 33bd343
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
matrix:
version:
- '1.0'
- '1.6'
- 'lts'
- '1'
- 'nightly'
- 'pre'
os:
- ubuntu-latest
- macOS-latest
Expand All @@ -41,7 +41,7 @@ jobs:
coverage: true
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
- uses: julia-actions/setup-julia@v2.2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 33bd343

Please sign in to comment.