From 7f038831f55e6d80e4177873c9f4f157b6ecbb5b Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 7 Jan 2025 14:41:29 +0100 Subject: [PATCH] Remove stable on CI because we don't want to test with Nim 2.2.x --- .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 f34edc7..7814d11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - nim: [2.0.14, stable] + nim: [2.0.14] steps: - name: Checkout uses: actions/checkout@v4