From c49fd27ae317d2601f87fff47a78a65b7d38377e Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 11 Dec 2024 12:02:29 +0100 Subject: [PATCH] Add 2.0.12 version to CI --- .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 419b719..c45b907 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - nim: [1.6.20, stable] + nim: [1.6.20, 2.0.12, stable] steps: - name: Checkout uses: actions/checkout@v4