From 2cd86959840d141e77a849f96d0a43ab1b1ad320 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:09:53 +1100 Subject: [PATCH] remove 1.6 from ci test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee610ef..7fea4a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - nim: [1.6.14, 2.0.14, stable] + nim: [2.0.14, stable] steps: - uses: actions/checkout@v2 - uses: iffy/install-nim@v3