Skip to content

Commit d98f91b

Browse files
authored
start tracking Nim 2.2 as possible next Nim version (#6899)
1 parent a23c93b commit d98f91b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ jobs:
3737
cpu: arm64
3838
- os: windows
3939
cpu: amd64
40-
branch: [~, upstream/version-2-0]
40+
branch: [~, upstream/version-2-2]
4141
exclude:
4242
- target:
4343
os: macos
44-
branch: upstream/version-2-0
44+
branch: upstream/version-2-2
4545
- target:
4646
os: windows
47-
branch: upstream/version-2-0
47+
branch: upstream/version-2-2
4848
include:
49-
- branch: upstream/version-2-0
50-
branch-short: version-2-0
49+
- branch: upstream/version-2-2
50+
branch-short: version-2-2
5151
nimflags-extra: --mm:refc
5252
- target:
5353
os: linux
@@ -212,7 +212,7 @@ jobs:
212212
# allowed to prevent potential problems with downloads on different
213213
# file systems". However, GitHub Actions workflows do not support a
214214
# usual assortment of string functions.
215-
name: Unit Test Results ${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ matrix.branch == 'upstream/version-2-0' && 'version-2-0' || matrix.branch }}
215+
name: Unit Test Results ${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ matrix.branch == 'upstream/version-2-2' && 'version-2-2' || matrix.branch }}
216216
path: build/*.xml
217217

218218
devbuild:

0 commit comments

Comments
 (0)