mirror of
https://github.com/status-im/asynctest.git
synced 2025-02-20 00:28:11 +00:00
Remove compatibility with Nim versions < 1.6
The `check eventually` template is incompatible with Nim 1.2. It uses `await` in a template, which is not possible until after 1.2. https://github.com/nim-lang/Nim/pull/12085#issuecomment-526210003
This commit is contained in:
parent
b551eb3705
commit
698d0f77d6
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
nim: [stable, 1.2.6]
|
||||
nim: [stable, 1.6.12]
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user