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 bb6d234 commit 09942e8Copy full SHA for 09942e8
.github/workflows/ci.yaml
@@ -34,6 +34,7 @@ jobs:
34
matrix:
35
# Test modern Odoo versions with latest Postgres version
36
pg_version:
37
+ - "15"
38
- "14"
39
- "13"
40
- "12"
@@ -42,7 +43,7 @@ jobs:
42
43
- "9.6"
44
env:
45
# Indicates what's the equivalent to tecnativa/postgres-autoconf:latest image
- LATEST_RELEASE: "14-alpine"
46
+ LATEST_RELEASE: "15-alpine"
47
# Variables found by default in Docker Hub builder
48
DOCKER_REPO: tecnativa/postgres-autoconf
49
DOCKER_TAG: ${{ matrix.pg_version }}-alpine
0 commit comments