mirror of
https://github.com/codex-storage/nim-poseidon2.git
synced 2025-02-22 15:58:31 +00:00
re-enable Nim 2.0 in CI
This commit is contained in:
parent
4104602f85
commit
29efc3793a
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -7,10 +7,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
nim: [1.6.14]
|
||||
nim: [stable, 1.6.20]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: iffy/install-nim@v3
|
||||
- uses: iffy/install-nim@v5
|
||||
with:
|
||||
version: ${{ matrix.nim }}
|
||||
- name: Build
|
||||
|
Loading…
x
Reference in New Issue
Block a user