start tracking Nim 2.2 as possible next Nim version (#6899)

This commit is contained in:
tersec 2025-02-05 16:42:15 +00:00 committed by GitHub
parent a23c93b063
commit d98f91b298
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,17 +37,17 @@ jobs:
cpu: arm64 cpu: arm64
- os: windows - os: windows
cpu: amd64 cpu: amd64
branch: [~, upstream/version-2-0] branch: [~, upstream/version-2-2]
exclude: exclude:
- target: - target:
os: macos os: macos
branch: upstream/version-2-0 branch: upstream/version-2-2
- target: - target:
os: windows os: windows
branch: upstream/version-2-0 branch: upstream/version-2-2
include: include:
- branch: upstream/version-2-0 - branch: upstream/version-2-2
branch-short: version-2-0 branch-short: version-2-2
nimflags-extra: --mm:refc nimflags-extra: --mm:refc
- target: - target:
os: linux os: linux
@ -212,7 +212,7 @@ jobs:
# allowed to prevent potential problems with downloads on different # allowed to prevent potential problems with downloads on different
# file systems". However, GitHub Actions workflows do not support a # file systems". However, GitHub Actions workflows do not support a
# usual assortment of string functions. # usual assortment of string functions.
name: Unit Test Results ${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ matrix.branch == 'upstream/version-2-0' && 'version-2-0' || matrix.branch }} name: Unit Test Results ${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ matrix.branch == 'upstream/version-2-2' && 'version-2-2' || matrix.branch }}
path: build/*.xml path: build/*.xml
devbuild: devbuild: