From a582a6b1528d08692b09ad5f35483cd2f140545b Mon Sep 17 00:00:00 2001 From: Jesper Stemann Andersen Date: Wed, 30 Aug 2023 08:38:11 +0200 Subject: [PATCH] CI: Dropped testing on Julia 1.3 Due to Statistics: https://github.com/JuliaRegistries/General/pull/89713 --- .github/workflows/CI.yml | 3 +-- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 092c4b9..0404faf 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,9 +18,8 @@ jobs: fail-fast: false matrix: version: - - '1.3' - '1.6' - - '1.9' + - '1' os: - ubuntu-latest - macOS-latest diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b44cb61..f25b022 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ test: stage: test parallel: matrix: - - CI_JULIA_VERSION: ["1.3", "1.6", "1.9"] + - CI_JULIA_VERSION: ["1.6", "1"] extends: - .julia.setup - .julia.test