Remove stable on CI because we don't want to test with Nim 2.2.x

This commit is contained in:
Arnaud 2025-01-07 14:41:29 +01:00
parent 159d6fef79
commit 7f038831f5
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -13,7 +13,7 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
strategy: strategy:
matrix: matrix:
nim: [2.0.14, stable] nim: [2.0.14]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4