From de39c2006e5f088212ff3246208bd7a552158d87 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 9 Dec 2024 12:55:53 +0100 Subject: [PATCH] Add Nim version 2.0.12 to CI matrix --- .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 a25711f..56f5314 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - nim: [1.6.18] + nim: [1.6.18, 2.0.12] os: [ubuntu-latest, macOS-latest, windows-latest] steps: - name: Checkout