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.
2 parents ff1ff96 + ead260b commit 6ce1909Copy full SHA for 6ce1909
test/test-ghe-host-check.sh
@@ -58,7 +58,9 @@ begin_test "ghe-host-check detects unsupported GitHub Enterprise Server versions
58
! GHE_TEST_REMOTE_VERSION=11.340.36 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
+ ! GHE_TEST_REMOTE_VERSION=2.21.0 ghe-host-check
62
+ 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=$BACKUP_UTILS_VERSION ghe-host-check
65
66
GHE_TEST_REMOTE_VERSION=$bu_version_major.$bu_version_minor.999 ghe-host-check
0 commit comments