Skip to content

Commit

Permalink
Merge pull request #19 from Tecnativa/add-postgres-16
Browse files Browse the repository at this point in the history
Add postgres 16
  • Loading branch information
josep-tecnativa authored Oct 7, 2024
2 parents 8179fde + 1b95106 commit 57ea0f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
matrix:
# Test modern Odoo versions with latest Postgres version
pg_version:
- "16"
- "15"
- "14"
- "13"
Expand All @@ -43,7 +44,7 @@ jobs:
- "9.6"
env:
# Indicates what's the equivalent to tecnativa/postgres-autoconf:latest image
LATEST_RELEASE: "15-alpine"
LATEST_RELEASE: "16-alpine"
# Variables found by default in Docker Hub builder
DOCKER_REPO: tecnativa/postgres-autoconf
DOCKER_TAG: ${{ matrix.pg_version }}-alpine
Expand Down

0 comments on commit 57ea0f2

Please sign in to comment.