diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fcf52092..d80f86c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,11 +7,19 @@ on: jobs: tests: runs-on: ubuntu-latest + strategy: + matrix: + nim: + - '1.6.x' + - 'stable' + - 'devel' + fail-fast: false + name: Nim ${{ matrix.nim }} steps: - - uses: actions/checkout@v2 - - uses: jiro4989/setup-nim-action@v1.3.15 + - uses: actions/checkout@v3 + - uses: jiro4989/setup-nim-action@v1.4.3 with: - nim-version: '1.6.x' + nim-version: ${{ matrix.nim }} - run: nimble -y install - run: nimble docsdeps - run: nimble test diff --git a/nimib.nimble b/nimib.nimble index 72f4fa44..71159546 100644 --- a/nimib.nimble +++ b/nimib.nimble @@ -1,6 +1,6 @@ # Package -version = "0.3.5" +version = "0.3.6" author = "Pietro Peterlongo & Hugo Granström" description = "nimib 🐳 - nim 👑 driven ⛵ publishing ✍" license = "MIT"