chore: bumps nim from 1.6.16 to 1.6.20 in ci (#27)

bumps nim from 1.6.16 to 1.6.20 in ci
This commit is contained in:
Eric 2024-10-23 16:53:28 +11:00 committed by GitHub
parent 9ec0e0d5a6
commit 69c630212c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,17 +12,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nim: [1.6.16, stable]
nim: [1.6.20, stable]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
- name: Install Nim
uses: iffy/install-nim@v4
with:
version: ${{ matrix.nim }}
- name: Build
run: nimble install -y
- name: Install Nim
uses: iffy/install-nim@v4
with:
version: ${{ matrix.nim }}
- name: Build
run: nimble install -y
- name: Test
run: nimble test -y
- name: Test
run: nimble test -y