From 2330a61317c6d9d1ee691d1f52b85cb190efed5f Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Wed, 26 Jul 2023 16:48:14 -0400 Subject: [PATCH] Do not run CI on Julia v1.0 Because the package declares that it is runnable only on Julia v1.9.0+, we should not attempt to run tests with Julia v1.0. --- .github/workflows/CI.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 317b232..f31f3f6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,7 +18,6 @@ jobs: fail-fast: false matrix: version: - - '1.0' - '1.9' - 'nightly' os: