add nim stable testing

This commit is contained in:
Jacek Sieka 2025-12-11 08:55:22 +01:00
parent a42d9a84a1
commit 0817f39ccb
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8

View File

@ -22,7 +22,8 @@ jobs:
label: Windows, label: Windows,
runner: windows-latest runner: windows-latest
} }
nim: [1.6.18] # Earliest supported and latest nim
nim: [1.6.18, "stable"]
name: ${{ matrix.platform.icon }} ${{ matrix.platform.label }} - Nim v${{ matrix.nim }} name: ${{ matrix.platform.icon }} ${{ matrix.platform.label }} - Nim v${{ matrix.nim }}
runs-on: ${{ matrix.platform.runner }} runs-on: ${{ matrix.platform.runner }}
defaults: defaults: