Skip to content

Commit 698d0f7

Browse files
committed
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. nim-lang/Nim#12085 (comment)
1 parent b551eb3 commit 698d0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
nim: [stable, 1.2.6]
10+
nim: [stable, 1.6.12]
1111
os: [ubuntu-latest, macOS-latest, windows-latest]
1212
steps:
1313
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)