Skip to content

Commit ead260b

Browse files
committed
Fix CI builds that broke due to the new 3.1.0 release
1 parent ff1ff96 commit ead260b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test-ghe-host-check.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ begin_test "ghe-host-check detects unsupported GitHub Enterprise Server versions
5858
! GHE_TEST_REMOTE_VERSION=11.340.36 ghe-host-check
5959
# hardcode until https://github.com/github/backup-utils/issues/675 is resolved
6060
! GHE_TEST_REMOTE_VERSION=2.20.0 ghe-host-check
61-
GHE_TEST_REMOTE_VERSION=2.21.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
63+
GHE_TEST_REMOTE_VERSION=3.0.0 ghe-host-check
6264
GHE_TEST_REMOTE_VERSION=$BACKUP_UTILS_VERSION ghe-host-check
6365
GHE_TEST_REMOTE_VERSION=$BACKUP_UTILS_VERSION ghe-host-check
6466
GHE_TEST_REMOTE_VERSION=$bu_version_major.$bu_version_minor.999 ghe-host-check

0 commit comments

Comments
 (0)