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 e3027af commit 3a77139Copy full SHA for 3a77139
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
# xxx trim to on use latest in each branch eg 1.0.10, 1.2.8 etc
16
- nim: [1.0.0, 1.0.2, 1.0.4, 1.0.10, 1.2.0, 1.2.2, 1.2.4, 1.2.6, 1.2.12, 1.4.0, 1.4.2, 1.4.8, 1.6.14, 2.0.0]
+ nim: [1.0.10, 1.2.12, 1.4.8, 1.6.14, 2.0.0]
17
steps:
18
- uses: actions/checkout@v2
19
- name: Run Tests
0 commit comments