CI for different nim versions

This commit is contained in:
Ben 2024-05-13 11:22:49 +02:00
parent 40400a784c
commit 935a8569a7
No known key found for this signature in database
GPG Key ID: 541B9D8C9F1426A1
1 changed files with 3 additions and 0 deletions

View File

@ -8,11 +8,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
nim: [stable, 1.6.18]
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: iffy/install-nim@v4
with:
version: ${{ matrix.nim }}
- name: Build
run: nimble install -y
- name: Test