Skip to content

Commit

Permalink
Update CI to use Nim 2.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov authored Oct 3, 2024
1 parent 72aa3ef commit 6aa1412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
nim-version: [ "2.0.x" ]
nim-version: [ "2.0.x", "2.2.x" ]

steps:
- name: Checkout repository
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

- uses: jiro4989/setup-nim-action@v2
with:
nim-version: "2.0.8"
nim-version: "2.2.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate docs
Expand Down

0 comments on commit 6aa1412

Please sign in to comment.