Test with Nim 1.6.16

This commit is contained in:
Mark Spanbroek 2023-12-12 09:13:38 +01:00 committed by markspanbroek
parent abe8585f53
commit 04b91d9f65
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nim: [1.6.14, stable]
nim: [1.6.16, stable]
steps:
- name: Checkout
uses: actions/checkout@v2