Skip to content

Commit

Permalink
Add PG17 to the build matrix
Browse files Browse the repository at this point in the history
Gonna need these images
  • Loading branch information
jasonmp85 committed Nov 8, 2024
1 parent 14a24b2 commit a77803a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_tembo_pg_slim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Append PostgreSQL configurations to matrix
id: append_pg_configs
run: |
PG_CONFIGS='[{"pg_version": "14"}, {"pg_version": "15"}, {"pg_version": "16"}]'
PG_CONFIGS='[{"pg_version": "14"}, {"pg_version": "15"}, {"pg_version": "16"}, {"pg_version": "17"}]'
MODIFIED_MATRIX=$(echo $PG_CONFIGS | jq -c '{include: .}')
echo "build_matrix=$MODIFIED_MATRIX" >> $GITHUB_OUTPUT
- name: Determine which tags to publish
Expand Down
2 changes: 1 addition & 1 deletion standard-cnpg/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Postgres Docker Image for Tembo's Standard Stack

Contains a Dockerfile with trunk, barman-cloud, Postgres 14, 15 or 16 and all extension dependencies installed.
Contains a Dockerfile with trunk, barman-cloud, Postgres 14, 15, 16, or 17 and all extension dependencies installed.

## Versioning

Expand Down

0 comments on commit a77803a

Please sign in to comment.