We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194bb3e commit b532cd4Copy full SHA for b532cd4
test/test-ghe-host-check.sh
@@ -59,8 +59,9 @@ begin_test "ghe-host-check detects unsupported GitHub Enterprise Server versions
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
62
- GHE_TEST_REMOTE_VERSION=2.22.0 ghe-host-check
+ ! GHE_TEST_REMOTE_VERSION=2.22.0 ghe-host-check
63
GHE_TEST_REMOTE_VERSION=3.0.0 ghe-host-check
64
+ GHE_TEST_REMOTE_VERSION=3.1.0 ghe-host-check
65
GHE_TEST_REMOTE_VERSION=$BACKUP_UTILS_VERSION ghe-host-check
66
67
GHE_TEST_REMOTE_VERSION=$bu_version_major.$bu_version_minor.999 ghe-host-check
0 commit comments