mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-04-11 05:53:11 +00:00
fix(ci): re-add 1.6.20 support
This commit is contained in:
parent
26342d3e27
commit
f772624045
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
timeout-minutes: 30
|
||||
strategy:
|
||||
matrix:
|
||||
nim: [2.0.14]
|
||||
nim: [1.6.20, 2.0.14]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@ -3,7 +3,7 @@ author = "Nim Ethers Authors"
|
||||
description = "library for interacting with Ethereum"
|
||||
license = "MIT"
|
||||
|
||||
requires "nim >= 2.0.14"
|
||||
requires "nim >= 1.6.20"
|
||||
requires "chronicles >= 0.10.3 & < 0.11.0"
|
||||
requires "chronos >= 4.0.4 & < 4.1.0"
|
||||
requires "contractabi >= 0.7.0 & < 0.8.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user