Skip to content

Commit

Permalink
Add Nim v2.0.2 support (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov authored Jan 3, 2024
1 parent 108cdbc commit dcd9643
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
nim-version: [ "2.0.0", "2.0.2" ]

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install nim
uses: iffy/install-nim@v4

- uses: jiro4989/setup-nim-action@v1
with:
version: binary:2.0.0
nim-version: ${{ matrix.nim-version }}
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Test
run: nimble -d:ssl test

0 comments on commit dcd9643

Please sign in to comment.