Skip to content

Commit

Permalink
build: add GHES 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Feb 16, 2024
1 parent 987b298 commit c96e4fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function run() {
}

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

for (const folder of data) {
const { name } = folder;
Expand Down
2 changes: 1 addition & 1 deletion scripts/overrides/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { readFileSync } from "fs";
import { resolve, join, dirname } from "path";
import { fileURLToPath } from "url";

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

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

0 comments on commit c96e4fa

Please sign in to comment.