Skip to content

Commit

Permalink
ci trim nim versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Jan 5, 2024
1 parent e3027af commit 3a77139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
# xxx trim to on use latest in each branch eg 1.0.10, 1.2.8 etc
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]
steps:
- uses: actions/checkout@v2
- name: Run Tests
Expand Down

0 comments on commit 3a77139

Please sign in to comment.