Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/test-ghe-host-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ begin_test "ghe-host-check detects unsupported GitHub Enterprise Server versions
! GHE_TEST_REMOTE_VERSION=2.22.0 ghe-host-check
! GHE_TEST_REMOTE_VERSION=3.0.0 ghe-host-check
! GHE_TEST_REMOTE_VERSION=3.1.0 ghe-host-check
GHE_TEST_REMOTE_VERSION=3.2.0 ghe-host-check
! GHE_TEST_REMOTE_VERSION=3.2.0 ghe-host-check
GHE_TEST_REMOTE_VERSION=3.3.0 ghe-host-check
GHE_TEST_REMOTE_VERSION=$BACKUP_UTILS_VERSION ghe-host-check
GHE_TEST_REMOTE_VERSION=$BACKUP_UTILS_VERSION ghe-host-check
GHE_TEST_REMOTE_VERSION=$bu_version_major.$bu_version_minor.999 ghe-host-check
Expand Down