Skip to content

Commit b213176

Browse files
committed
Update versions
1 parent 27aa9b5 commit b213176

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/ghe-host-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ fi
173173

174174
# backup-utils 2.13 onwards limits support to the current and previous two releases
175175
# of GitHub Enterprise Server.
176-
supported_minimum_version="3.7.0"
176+
supported_minimum_version="3.9.0"
177177

178178
if [ "$(version $version)" -ge "$(version $supported_minimum_version)" ]; then
179179
supported=1

share/github-backup-utils/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.0
1+
3.11.0

test/testlib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export GHE_BACKUP_CONFIG GHE_DATA_DIR GHE_REMOTE_DATA_DIR GHE_REMOTE_ROOT_DIR
4848

4949
# The default remote appliance version. This may be set in the environment prior
5050
# to invoking tests to emulate a different remote vm version.
51-
: ${GHE_TEST_REMOTE_VERSION:=3.8.0.rc1}
51+
: ${GHE_TEST_REMOTE_VERSION:=3.11.0.rc1}
5252
export GHE_TEST_REMOTE_VERSION
5353

5454
# Source in the backup config and set GHE_REMOTE_XXX variables based on the

0 commit comments

Comments
 (0)