Skip to content

Commit 31319f9

Browse files
authored
update CI versions to Julia 1.11 (current) and 1.10 LTS (#809)
1 parent 7aacda3 commit 31319f9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/exercise-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
julia-version: ["1.6", "1", nightly]
25+
julia-version: ["1.10", "1.11", nightly]
2626
os: [ubuntu-22.04, windows-2022, macos-14]
27-
exclude:
28-
- julia-version: 1.6
29-
os: macos-14
3027

3128
steps:
3229
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

0 commit comments

Comments
 (0)