From b3eafd5b676e5e02043ec899ba1622db9fd01244 Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Thu, 23 Nov 2023 09:23:43 -0500 Subject: [PATCH] [REM] CI: Remove Odoo old version from CI Versions from V7 to V10 are skipped in the test, so they should be removed from the CI. --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d098089d..0e131679 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,10 +37,6 @@ jobs: - "3.10" - 3.11 odoo-version: - - 7.0 - - 8.0 - - 9.0 - - 10.0 - 11.0 - 12.0 - 13.0