From 0817f39ccbd0f430de01f18c00fbc5f270669f02 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Thu, 11 Dec 2025 08:55:22 +0100 Subject: [PATCH] add nim stable testing --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a97da68..8ba7706 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,8 @@ jobs: label: Windows, runner: windows-latest } - nim: [1.6.18] + # Earliest supported and latest nim + nim: [1.6.18, "stable"] name: ${{ matrix.platform.icon }} ${{ matrix.platform.label }} - Nim v${{ matrix.nim }} runs-on: ${{ matrix.platform.runner }} defaults: