From a93821bf60fc6c9386fd000385ff87f998d8c86d Mon Sep 17 00:00:00 2001 From: josep-tecnativa Date: Fri, 17 Nov 2023 08:44:14 +0100 Subject: [PATCH] [TMP] Just testing v17.0 --- .github/workflows/ci.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 69783a17..a229bca9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,20 +38,6 @@ jobs: odoo_version: ["17.0"] pg_version: ["15"] python_version: ["3.10"] - include: - # Older odoo versions don't support latest postgres and Python versions - - odoo_version: "16.0" - pg_version: "14" - python_version: "3.10" - - odoo_version: "15.0" - pg_version: "14" - python_version: "3.9" - - odoo_version: "14.0" - pg_version: "14" - python_version: "3.9" - - odoo_version: "13.0" - pg_version: "14" - python_version: "3.9" env: # Indicates what's the equivalent to tecnativa/doodba:latest image LATEST_RELEASE: "17.0"