From 5d1f56c6ce04fbba0a0c25c64ea938e1f8fd7f8e Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Fri, 12 Jan 2024 17:29:23 +1300 Subject: [PATCH] remove julia 1.6 from ci --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee86a017e..6f457adc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,6 @@ jobs: fail-fast: false matrix: version: - - '1.6' - '1' # automatically expands to the latest stable 1.x release of Julia. os: - ubuntu-latest