Skip to content

Commit 69c6302

Browse files
authored
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
1 parent 9ec0e0d commit 69c6302

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
nim: [1.6.16, stable]
15+
nim: [1.6.20, stable]
1616
steps:
17-
- name: Checkout
18-
uses: actions/checkout@v4
17+
- name: Checkout
18+
uses: actions/checkout@v4
1919

20-
- name: Install Nim
21-
uses: iffy/install-nim@v4
22-
with:
23-
version: ${{ matrix.nim }}
24-
- name: Build
25-
run: nimble install -y
20+
- name: Install Nim
21+
uses: iffy/install-nim@v4
22+
with:
23+
version: ${{ matrix.nim }}
24+
- name: Build
25+
run: nimble install -y
2626

27-
- name: Test
28-
run: nimble test -y
27+
- name: Test
28+
run: nimble test -y

0 commit comments

Comments
 (0)