Skip to content

Commit

Permalink
DBZ-8275 Add PostgreSQL 17 to legacy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Oct 17, 2024
1 parent 1807b17 commit a35f312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ -z "$DEBEZIUM_VERSIONS" ]; then
DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION"
fi
MONGO_VERSIONS="3.2 3.4 3.6 4.0 4.2 4.4 5.0 6.0"
POSTGRES_VERSIONS="12 12-alpine 13 13-alpine 14 14-alpine 15 15-alpine 16 16-alpine"
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
./build-mongo.sh "$MONGO_VERSION"
Expand Down

0 comments on commit a35f312

Please sign in to comment.