From 80ab9a328e6d4d8634b51348216732e791439b0f Mon Sep 17 00:00:00 2001 From: colinleach Date: Tue, 8 Oct 2024 10:36:03 -0700 Subject: [PATCH] update CI versions to Julia 1.11 (current) and 1.10 LTS --- .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