[wip] try multiple versions of Nim in GHA CI
This commit is contained in:
parent
8d0f6b980d
commit
797ea84c9f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue