From 31319f9b64c4a3720a0ccfe8d86fa9814ef82333 Mon Sep 17 00:00:00 2001 From: colinleach Date: Sat, 12 Oct 2024 12:07:53 -0700 Subject: [PATCH] update CI versions to Julia 1.11 (current) and 1.10 LTS (#809) --- .github/workflows/exercise-tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/exercise-tests.yml b/.github/workflows/exercise-tests.yml index d2ccd778..95853843 100644 --- a/.github/workflows/exercise-tests.yml +++ b/.github/workflows/exercise-tests.yml @@ -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