Skip to content

Commit

Permalink
re-enable Nim 2.0 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
markspanbroek committed Jul 15, 2024
1 parent 4104602 commit 2273f8e
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 @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nim: [1.6.14]
nim: [stable, 1.6.20]
steps:
- uses: actions/checkout@v2
- uses: iffy/install-nim@v3
Expand Down

0 comments on commit 2273f8e

Please sign in to comment.