File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,14 @@ begin_test "ghe-host-check detects unsupported GitHub Enterprise Server versions
56
56
read -r bu_version_major bu_version_minor _ <<< $( ghe_parse_version $BACKUP_UTILS_VERSION )
57
57
58
58
! GHE_TEST_REMOTE_VERSION=11.340.36 ghe-host-check
59
- ! GHE_TEST_REMOTE_VERSION=2.$(( bu_version_minor- 3 )) .0 ghe-host-check
60
- GHE_TEST_REMOTE_VERSION=2.$(( bu_version_minor- 2 )) .0 ghe-host-check
59
+ # hardcode until https://github.com/github/backup-utils/issues/675 is resolved
60
+ ! GHE_TEST_REMOTE_VERSION=2.20.0 ghe-host-check
61
+ GHE_TEST_REMOTE_VERSION=2.21.0 ghe-host-check
61
62
GHE_TEST_REMOTE_VERSION=$BACKUP_UTILS_VERSION ghe-host-check
62
63
GHE_TEST_REMOTE_VERSION=$BACKUP_UTILS_VERSION ghe-host-check
63
64
GHE_TEST_REMOTE_VERSION=$bu_version_major .$bu_version_minor .999 ghe-host-check
64
65
GHE_TEST_REMOTE_VERSION=$bu_version_major .$bu_version_minor .999gm1 ghe-host-check
65
- ! GHE_TEST_REMOTE_VERSION=2 .9999.1521793591.performancetest ghe-host-check
66
+ ! GHE_TEST_REMOTE_VERSION=3 .9999.1521793591.performancetest ghe-host-check
66
67
GHE_TEST_REMOTE_VERSION=$(( bu_version_major+ 1 )) .0.0 ghe-host-check
67
68
)
68
69
end_test
You can’t perform that action at this time.
0 commit comments