Run CI on Nim 1.2, 1.4 and 1.6

This commit is contained in:
Mark Spanbroek 2021-11-01 17:18:35 +01:00
parent 56a4bca641
commit 0fe40d2347

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nim: [stable, 1.2.6]
nim: [stable, 1.4.8, 1.2.6]
steps:
- uses: actions/checkout@v2
- uses: iffy/install-nim@v3