From 754a59e14597f50f7f34c7479feaa817779b3a00 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Thu, 29 Jun 2023 11:04:03 +0200 Subject: [PATCH] Drop support for Nim < 1.6 Because the stint library has done as well, and because it's not versioned we can't remain on an older version of stint. --- .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 ca2e3e4..2c0790e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - nim: [stable, 1.4.8, 1.2.14] + nim: [1.6.12, stable] steps: - uses: actions/checkout@v2 - uses: iffy/install-nim@v3