We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08dc635 commit b32a1e0Copy full SHA for b32a1e0
src/util.test.ts
@@ -447,8 +447,8 @@ const CHECK_ACTION_VERSION_TESTS: Array<[string, util.GitHubVersion, boolean]> =
447
["2.2.1", { type: util.GitHubVariant.DOTCOM }, true],
448
["2.2.1", { type: util.GitHubVariant.GHE_DOTCOM }, true],
449
["2.2.1", { type: util.GitHubVariant.GHES, version: "3.10" }, false],
450
- ["2.2.1", { type: util.GitHubVariant.GHES, version: "3.11" }, true],
451
- ["2.2.1", { type: util.GitHubVariant.GHES, version: "3.12" }, true],
+ ["2.2.1", { type: util.GitHubVariant.GHES, version: "3.11" }, false],
+ ["2.2.1", { type: util.GitHubVariant.GHES, version: "3.12" }, false],
452
["3.2.1", { type: util.GitHubVariant.DOTCOM }, true],
453
["3.2.1", { type: util.GitHubVariant.GHE_DOTCOM }, true],
454
["3.2.1", { type: util.GitHubVariant.GHES, version: "3.10" }, false],
0 commit comments