We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d58f03 commit 42edc4cCopy full SHA for 42edc4c
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
fail-fast: false
7
matrix:
8
os: [ubuntu-latest]
9
- nim-version: ['1.4.0', '1.4.x', '1.6.x', 'stable']
+ nim-version: ['1.4.0', '2.2.0', '2.0.12', 'stable']
10
11
runs-on: ${{ matrix.os }}
12
0 commit comments