Skip to content

Commit 5947bac

Browse files
committed
add rnVerson
1 parent d11437b commit 5947bac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
rnwVersion: [ 'latest', '0.74-stable', '0.72-stable'] # test *all* versions that use VS 2022. aka any RNW version >= min in package.json and >= 0.75
33+
rnwVersion: [ 'latest', 'v0.74-stable', 'v0.72-stable'] # test *all* versions that use VS 2022. aka any RNW version >= min in package.json and >= 0.75
34+
rnVersion: [ 'latest', '0.74-stable', '0.72-stable'] # test *all* versions that use VS 2022. aka any RNW version >= min in package.json and >= 0.75
3435
useRnwNuGet: [false, true] # test building with both RNW source and RNW NuGet
3536
include:
3637
- rnwVersion: 'latest'

0 commit comments

Comments
 (0)