From 797ea84c9fba8dfd650f89e4ca1fcc200b0a691b Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Sat, 20 Nov 2021 13:33:26 -0600 Subject: [PATCH] [wip] try multiple versions of Nim in GHA 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 6b855abd..edc1e3b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: fail-fast: false max-parallel: 20 matrix: - branch: [v1.4.8] + branch: [v1.2.12, v1.4.8, v1.6.0] target: # Unit tests - os: linux