From 4eec7d8f0e7a94db6ec2acf7923d3a5571d01da1 Mon Sep 17 00:00:00 2001 From: josep-tecnativa <143796758+josep-tecnativa@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:16:56 +0200 Subject: [PATCH] Revert "Add postgres 16" --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a131748..e16e095 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,6 @@ jobs: matrix: # Test modern Odoo versions with latest Postgres version pg_version: - - "16" - "15" - "14" - "13" @@ -44,7 +43,7 @@ jobs: - "9.6" env: # Indicates what's the equivalent to tecnativa/postgres-autoconf:latest image - LATEST_RELEASE: "16-alpine" + LATEST_RELEASE: "15-alpine" # Variables found by default in Docker Hub builder DOCKER_REPO: tecnativa/postgres-autoconf DOCKER_TAG: ${{ matrix.pg_version }}-alpine