chore: bump nim versions to 2.2.6 and stable (#100)

This commit is contained in:
Gabriel Cruz 2026-06-26 10:54:21 -03:00 committed by GitHub
parent 4bac7a7bc6
commit 3d7b267ef0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -1,2 +1,2 @@
NIM_VERSIONS=["2.2.4","stable"]
NIM_VERSIONS=["2.2.6","stable"]
NIMBLE_VERSION=0.22.3