Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update postgres major version to 16 #62

Merged
merged 10 commits into from
Apr 29, 2024
Prev Previous commit
Next Next commit
testing
  • Loading branch information
brittanyrjones committed Apr 26, 2024
commit 1f31cb8c754408bb91c2794ff33bdae127eb43c6
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BUILDPACK_DIR="$(dirname $(dirname $0))"

# config
S3_BUCKET="ci-database-binary"
POSTGRESQL_MAJOR_VERSION=16
POSTGRESQL_MAJOR_VERSION=15
if [ -f "$ENV_DIR/POSTGRESQL_VERSION" ]
then
POSTGRESQL_MAJOR_VERSION="$(cat $ENV_DIR/POSTGRESQL_VERSION)"
Expand Down
Loading