Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5995cb7

Browse files
committedJun 22, 2023
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 a9415de commit 5995cb7

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)
Please sign in to comment.