nim-lang / threading

New atomics, thread primitives, atomic refcounting for --gc:arc/orc.
MIT License
73 stars 12 forks source link

update ci.yml to test on Nim 1.6 and 2.0 #43

Closed narimiran closed 1 year ago

narimiran commented 1 year ago

Nim 1.4 is out of fashion.

ZoomRmc commented 1 year ago

Out of fashion or doesn't work anymore? If the latter, the .nimble file needs changing too.

narimiran commented 1 year ago

Out of fashion or doesn't work anymore?

1.6 is the LTS, 2.0 is the latest stable. 1.4 is not maintained anymore (no more backports).

If the latter, the .nimble file needs changing too.

Yeah, let's change it.