[wip] try multiple versions of Nim in GHA CI

This commit is contained in:
Michael Bradley, Jr 2021-11-20 13:33:26 -06:00
parent 8d0f6b980d
commit 797ea84c9f
No known key found for this signature in database
GPG Key ID: D0307DBCF21A9A58
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
fail-fast: false fail-fast: false
max-parallel: 20 max-parallel: 20
matrix: matrix:
branch: [v1.4.8] branch: [v1.2.12, v1.4.8, v1.6.0]
target: target:
# Unit tests # Unit tests
- os: linux - os: linux