We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7eef9 commit c926d1aCopy full SHA for c926d1a
.github/workflows/ci.yaml
@@ -34,6 +34,7 @@ jobs:
34
matrix:
35
# Test modern Odoo versions with latest Postgres version
36
pg_version:
37
+ - "16"
38
- "15"
39
- "14"
40
- "13"
@@ -43,7 +44,7 @@ jobs:
43
44
- "9.6"
45
env:
46
# Indicates what's the equivalent to tecnativa/postgres-autoconf:latest image
- LATEST_RELEASE: "15-alpine"
47
+ LATEST_RELEASE: "16-alpine"
48
# Variables found by default in Docker Hub builder
49
DOCKER_REPO: tecnativa/postgres-autoconf
50
DOCKER_TAG: ${{ matrix.pg_version }}-alpine
0 commit comments