diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c009658..86f21c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/.github/workflows/tests-sanitized.yml b/.github/workflows/tests-sanitized.yml index 36d8045..dc8b269 100644 --- a/.github/workflows/tests-sanitized.yml +++ b/.github/workflows/tests-sanitized.yml @@ -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 diff --git a/examples/echo/echo.nimble b/examples/echo/echo.nimble index 013a49e..9128987 100644 --- a/examples/echo/echo.nimble +++ b/examples/echo/echo.nimble @@ -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" diff --git a/examples/timer/timer.nimble b/examples/timer/timer.nimble index 0b1966d..9743423 100644 --- a/examples/timer/timer.nimble +++ b/examples/timer/timer.nimble @@ -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" diff --git a/ffi.nimble b/ffi.nimble index 1bb8e58..d7002e9 100644 --- a/ffi.nimble +++ b/ffi.nimble @@ -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" diff --git a/versions.env b/versions.env index 49a48cf..e61bcf6 100644 --- a/versions.env +++ b/versions.env @@ -1,2 +1,2 @@ -NIM_VERSIONS=["2.2.4","stable"] +NIM_VERSIONS=["2.2.6","stable"] NIMBLE_VERSION=0.22.3