Skip to content

Commit 4eec7d8

Browse files
Revert "Add postgres 16"
1 parent 57ea0f2 commit 4eec7d8

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)