Skip to content

Commit edacbc1

Browse files
committed
update CI
1 parent 6a24ebc commit edacbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
# 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.8, 1.4.0, 1.4.2, 1.4.4]
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.18, 1.4.0, 1.4.2, 1.4.8, 1.6.14, 2.0.0]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Run Tests

0 commit comments

Comments
 (0)