From 0bd875d2b76c5b02c771fc1de136826dae6802c6 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 9 Dec 2024 16:46:08 +0100 Subject: [PATCH] Add Nim 2.0.12 to the matrix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bc86b01..00096b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - nim: [stable, 1.6.18] + nim: [stable, 1.6.18, 2.0.12] steps: - uses: actions/checkout@v2 with: