From 56f441b1544918cc3ad08ad62d69807a403f100d Mon Sep 17 00:00:00 2001 From: Michael Bahr Date: Wed, 12 Aug 2026 13:14:08 +0000 Subject: [PATCH 1/2] Drop support for GitHub Enterprise Server versions below 3.2 Remove version gating that only existed for GHES releases older than 3.2. --- docs/admin/code-hosts/github.mdx | 6 +++++- docs/batch-changes/requirements.mdx | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/admin/code-hosts/github.mdx b/docs/admin/code-hosts/github.mdx index fc0144103..10d73c9e5 100644 --- a/docs/admin/code-hosts/github.mdx +++ b/docs/admin/code-hosts/github.mdx @@ -15,7 +15,11 @@ There are 2 ways to connect with GitHub: ## Supported versions - GitHub.com -- GitHub Enterprise v2.10 and newer +- GitHub Enterprise Server 3.2 and newer + + + Sourcegraph no longer supports GitHub Enterprise Server versions 3.1 and below, which have been discontinued since June 3, 2022. + ## Using a GitHub App diff --git a/docs/batch-changes/requirements.mdx b/docs/batch-changes/requirements.mdx index 2358cadc4..6d9963c68 100644 --- a/docs/batch-changes/requirements.mdx +++ b/docs/batch-changes/requirements.mdx @@ -15,7 +15,7 @@ While the latest version of the Sourcegraph server is always recommended, **vers Batch Changes is compatible with the following code hosts: - Github.com -- GitHub Enterprise 2.20 and later +- GitHub Enterprise Server 3.2 and later - GitLab 12.7 and later (burndown charts are only supported with 13.2 and later) - Bitbucket Server 5.7 and later, Bitbucket Data Center 7.6 and later - Bitbucket Cloud (bitbucket.org) @@ -25,6 +25,10 @@ Batch Changes is compatible with the following code hosts: For Sourcegraph to interface with these, admins and users must first [configure credentials](/batch-changes/configuring-credentials) for each relevant code host. + + Sourcegraph no longer supports GitHub Enterprise Server versions 3.1 and below, which have been discontinued since June 3, 2022. + + Currently, for customers on an instance of GitHub Enterprise Cloud that uses [SSH certificate From 1564dbb517006f4db889aacc50518fae53d42604 Mon Sep 17 00:00:00 2001 From: Michael Bahr <1830132+bahrmichael@users.noreply.github.com> Date: Wed, 12 Aug 2026 17:57:32 +0200 Subject: [PATCH 2/2] Update github.mdx --- docs/admin/code-hosts/github.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/code-hosts/github.mdx b/docs/admin/code-hosts/github.mdx index 10d73c9e5..10a3fe2ea 100644 --- a/docs/admin/code-hosts/github.mdx +++ b/docs/admin/code-hosts/github.mdx @@ -15,7 +15,7 @@ There are 2 ways to connect with GitHub: ## Supported versions - GitHub.com -- GitHub Enterprise Server 3.2 and newer +- GitHub Enterprise Server 3.2 and later Sourcegraph no longer supports GitHub Enterprise Server versions 3.1 and below, which have been discontinued since June 3, 2022.