mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-06-30 13:19:31 +00:00
chore: bump nim versions to 2.2.6 and stable (#100)
This commit is contained in:
parent
4bac7a7bc6
commit
3d7b267ef0
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
nim-versions:
|
||||
required: true
|
||||
type: string
|
||||
description: JSON array of Nim versions to run the matrix against, e.g. '["2.2.4","stable"]'.
|
||||
description: JSON array of Nim versions to run the matrix against, e.g. '["2.2.6","stable"]'.
|
||||
nimble-version:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
2
.github/workflows/tests-sanitized.yml
vendored
2
.github/workflows/tests-sanitized.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
nim-versions:
|
||||
required: true
|
||||
type: string
|
||||
description: JSON array of Nim versions to run the matrix against, e.g. '["2.2.4","stable"]'.
|
||||
description: JSON array of Nim versions to run the matrix against, e.g. '["2.2.6","stable"]'.
|
||||
nimble-version:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
@ -5,7 +5,7 @@ description =
|
||||
"Second nim-ffi example library, used as the cross-library partner of the timer example in C++ e2e tests"
|
||||
license = "MIT or Apache License 2.0"
|
||||
|
||||
requires "nim >= 2.2.4"
|
||||
requires "nim >= 2.2.6"
|
||||
requires "chronos"
|
||||
requires "chronicles"
|
||||
requires "taskpools"
|
||||
|
||||
@ -4,7 +4,7 @@ author = "Institute of Free Technology"
|
||||
description = "Example Nim timer library using nim-ffi"
|
||||
license = "MIT or Apache License 2.0"
|
||||
|
||||
requires "nim >= 2.2.4"
|
||||
requires "nim >= 2.2.6"
|
||||
requires "chronos"
|
||||
requires "chronicles"
|
||||
requires "taskpools"
|
||||
|
||||
@ -7,7 +7,7 @@ license = "MIT or Apache License 2.0"
|
||||
|
||||
packageName = "ffi"
|
||||
|
||||
requires "nim >= 2.2.4"
|
||||
requires "nim >= 2.2.6"
|
||||
requires "chronos"
|
||||
requires "chronicles"
|
||||
requires "taskpools"
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
NIM_VERSIONS=["2.2.4","stable"]
|
||||
NIM_VERSIONS=["2.2.6","stable"]
|
||||
NIMBLE_VERSION=0.22.3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user