diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ab1bd0..63d9e0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - nim: [2.0.16, 2.2.4] + nim: [2.0.16, 2.2.8] steps: - name: Checkout uses: actions/checkout@v4