diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 419b719..c45b907 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - nim: [1.6.20, stable] + nim: [1.6.20, 2.0.12, stable] steps: - name: Checkout uses: actions/checkout@v4