Skip to content

Commit b32a1e0

Browse files
committed
Update test cases for GitHub Enterprise Server versions 3.11 and 3.12 to reflect correct deprecation status
1 parent 08dc635 commit b32a1e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,8 @@ const CHECK_ACTION_VERSION_TESTS: Array<[string, util.GitHubVersion, boolean]> =
447447
["2.2.1", { type: util.GitHubVariant.DOTCOM }, true],
448448
["2.2.1", { type: util.GitHubVariant.GHE_DOTCOM }, true],
449449
["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],
450+
["2.2.1", { type: util.GitHubVariant.GHES, version: "3.11" }, false],
451+
["2.2.1", { type: util.GitHubVariant.GHES, version: "3.12" }, false],
452452
["3.2.1", { type: util.GitHubVariant.DOTCOM }, true],
453453
["3.2.1", { type: util.GitHubVariant.GHE_DOTCOM }, true],
454454
["3.2.1", { type: util.GitHubVariant.GHES, version: "3.10" }, false],

0 commit comments

Comments
 (0)