From 27ca95a52805cd2bd85906e8d687f998b0db9799 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 9 Dec 2024 11:40:55 +0100 Subject: [PATCH] Add Nim 2.0.12 to matrix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c8bdf0a..f5acb11 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: os: windows, shell: msys2 } - nim: [1.6.18] + nim: [1.6.18, 2.0.12] name: ${{ matrix.platform.icon }} ${{ matrix.platform.label }} - Nim v${{ matrix.nim }} runs-on: ${{ matrix.platform.os }}-latest steps: