From 08581f5efdd133562b1594c4f08d9bd5349e0d14 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Wed, 2 Aug 2023 15:25:32 +0200 Subject: [PATCH] Run CI on Nim 1.2, 1.4, 1.6 and 2.0 --- .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 672cf3d..b2238c8 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.18] + nim: [stable, 1.6.14, 1.4.8, 1.2.18] steps: - uses: actions/checkout@v2 - uses: iffy/install-nim@v3