Skip to content

Commit

Permalink
Make CI tests track lts, min, and pre (#112)
Browse files Browse the repository at this point in the history
And update julia-setup to v2 to access these features.
  • Loading branch information
LilithHafner authored Sep 13, 2024
1 parent 8996ecf commit f99ee98
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
fail-fast: false
matrix:
version:
- '1.0'
- '1.6'
- 'min'
- 'lts'
- '1'
- 'pre'
- 'nightly'
os:
- ubuntu-latest
Expand All @@ -28,7 +29,7 @@ jobs:
os: 'windows-latest'
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand All @@ -46,7 +47,7 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- uses: julia-actions/julia-buildpkg@v1
Expand Down

0 comments on commit f99ee98

Please sign in to comment.