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 57ea0f2 commit 4eec7d8Copy full SHA for 4eec7d8
.github/workflows/ci.yaml
@@ -34,7 +34,6 @@ jobs:
34
matrix:
35
# Test modern Odoo versions with latest Postgres version
36
pg_version:
37
- - "16"
38
- "15"
39
- "14"
40
- "13"
@@ -44,7 +43,7 @@ jobs:
44
43
- "9.6"
45
env:
46
# Indicates what's the equivalent to tecnativa/postgres-autoconf:latest image
47
- LATEST_RELEASE: "16-alpine"
+ LATEST_RELEASE: "15-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