Skip to content

Commit

Permalink
DBZ-8451 Support Mongo 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-sha committed Dec 2, 2024
1 parent dcb700d commit 4a8d12f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-all-multiplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function shouldBuild() {
# with multi platform build
DEBEZIUM_SINGLEPLATFORM_VERSIONS="1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8"

MONGO_MULTIPLATFORM_VERSIONS="5.0 6.0 7.0"
MONGO_MULTIPLATFORM_VERSIONS="5.0 6.0 7.0 8.0"

POSTGRES_VERSIONS="12 13 14"
POSTGRES_MULTIPLATFORM_VERSIONS="15 16 17 12-alpine 13-alpine 14-alpine 15-alpine 16-alpine 17-alpine"
Expand Down
2 changes: 1 addition & 1 deletion build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DEBEZIUM_VERSION="3.0"
if [ -z "$DEBEZIUM_VERSIONS" ]; then
DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION"
fi
MONGO_VERSIONS="5.0 6.0 7.0"
MONGO_VERSIONS="5.0 6.0 7.0 8.0"
POSTGRES_VERSIONS="12 12-alpine 13 13-alpine 14 14-alpine 15 15-alpine 16 16-alpine 17 17-alpine"

for MONGO_VERSION in $MONGO_VERSIONS; do
Expand Down

0 comments on commit 4a8d12f

Please sign in to comment.