Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/admin/code-hosts/github.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 later

<Callout type="warning">
Sourcegraph no longer supports GitHub Enterprise Server versions 3.1 and below, which have been discontinued since June 3, 2022.
</Callout>

## Using a GitHub App

Expand Down
6 changes: 5 additions & 1 deletion docs/batch-changes/requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.

<Callout type="warning">
Sourcegraph no longer supports GitHub Enterprise Server versions 3.1 and below, which have been discontinued since June 3, 2022.
</Callout>

<Callout type="warning">
Currently, for customers on an instance of GitHub Enterprise Cloud that uses
[SSH certificate
Expand Down