Skip to content

Commit

Permalink
update CI versions to Julia 1.11 (current) and 1.10 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
colinleach committed Oct 8, 2024
1 parent c8ca094 commit 80ab9a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/exercise-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ["1.6", "1", nightly]
julia-version: ["1.10", "1.11", nightly]
os: [ubuntu-22.04, windows-2022, macos-14]
exclude:
- julia-version: 1.6
os: macos-14

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
Expand Down

0 comments on commit 80ab9a3

Please sign in to comment.