Skip to content

Commit c96e4fa

Browse files
committed
build: add GHES 3.12
1 parent 987b298 commit c96e4fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/download.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async function run() {
6363
}
6464

6565
// temporarily hardcode versions until we unblock automated updates
66-
const currentGhesVersions = [...(await getCurrentVersions())].filter(version => version !== "3.7");
66+
const currentGhesVersions = [...(await getCurrentVersions())];
6767

6868
for (const folder of data) {
6969
const { name } = folder;

scripts/overrides/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { readFileSync } from "fs";
22
import { resolve, join, dirname } from "path";
33
import { fileURLToPath } from "url";
44

5-
const SUPPORTED_GHES_OPERATIONS = ["3.8", "3.9", "3.10", "3.11"];
5+
const SUPPORTED_GHES_OPERATIONS = ["3.8", "3.9", "3.10", "3.11", "3.12"];
66
const __dirname = dirname(fileURLToPath(import.meta.url));
77

88
// Updates the operation ID for a specific operation. Useful if you want to maintain

0 commit comments

Comments
 (0)