mirror of
https://github.com/logos-storage/nim-contract-abi.git
synced 2026-01-02 13:43:12 +00:00
Drop support for Nim < 1.6
Because the stint library has done as well, and because it's not versioned we can't remain on an older version of stint.
This commit is contained in:
parent
c82a70b353
commit
754a59e145
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
nim: [stable, 1.4.8, 1.2.14]
|
||||
nim: [1.6.12, stable]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: iffy/install-nim@v3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user