File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
share/github-backup-utils Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 173
173
174
174
# backup-utils 2.13 onwards limits support to the current and previous two releases
175
175
# of GitHub Enterprise Server.
176
- supported_minimum_version=" 3.7 .0"
176
+ supported_minimum_version=" 3.9 .0"
177
177
178
178
if [ " $( version $version ) " -ge " $( version $supported_minimum_version ) " ]; then
179
179
supported=1
Original file line number Diff line number Diff line change 1
- 3.10 .0
1
+ 3.11 .0
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export GHE_BACKUP_CONFIG GHE_DATA_DIR GHE_REMOTE_DATA_DIR GHE_REMOTE_ROOT_DIR
48
48
49
49
# The default remote appliance version. This may be set in the environment prior
50
50
# 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}
52
52
export GHE_TEST_REMOTE_VERSION
53
53
54
54
# Source in the backup config and set GHE_REMOTE_XXX variables based on the
You can’t perform that action at this time.
0 commit comments