diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a97da68..8ba7706 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,8 @@ jobs: label: Windows, 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 }} runs-on: ${{ matrix.platform.runner }} defaults: