Run CI also on older version of Nim

This commit is contained in:
Mark Spanbroek 2021-07-07 10:36:20 +02:00
parent deab7f9b5c
commit 3882ed64ed

View File

@ -7,9 +7,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
nim: [stable, 1.2.6]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: iffy/install-nim@v3
with:
version: ${{ matrix.nim }}
- name: Test
run: nimble test -y