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"