Run CI for both Nim 1.2.6 and latest

This commit is contained in:
Mark Spanbroek 2021-05-27 16:25:54 +02:00 committed by markspanbroek
parent 8f1010d413
commit d5766001d8
1 changed files with 3 additions and 0 deletions

View File

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