Skip to content

Commit baeaa65

Browse files
Merge pull request #20 from Tecnativa/revert-19-add-postgres-16
Revert "Add postgres 16"
2 parents 57ea0f2 + 4eec7d8 commit baeaa65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
matrix:
3535
# Test modern Odoo versions with latest Postgres version
3636
pg_version:
37-
- "16"
3837
- "15"
3938
- "14"
4039
- "13"
@@ -44,7 +43,7 @@ jobs:
4443
- "9.6"
4544
env:
4645
# Indicates what's the equivalent to tecnativa/postgres-autoconf:latest image
47-
LATEST_RELEASE: "16-alpine"
46+
LATEST_RELEASE: "15-alpine"
4847
# Variables found by default in Docker Hub builder
4948
DOCKER_REPO: tecnativa/postgres-autoconf
5049
DOCKER_TAG: ${{ matrix.pg_version }}-alpine

0 commit comments

Comments
 (0)