Skip to content

Commit fc988f4

Browse files
[TMP] Temporal test commit
1 parent d5b73e4 commit fc988f4

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,6 @@ jobs:
3838
odoo_version: ["18.0"]
3939
pg_version: ["15"]
4040
python_version: ["3.10"]
41-
include:
42-
# Older odoo versions don't support latest postgres and Python versions
43-
- odoo_version: "17.0"
44-
pg_version: "15"
45-
python_version: "3.10"
46-
- odoo_version: "16.0"
47-
pg_version: "14"
48-
python_version: "3.10"
49-
- odoo_version: "15.0"
50-
pg_version: "14"
51-
python_version: "3.9"
52-
- odoo_version: "14.0"
53-
pg_version: "14"
54-
python_version: "3.9"
55-
- odoo_version: "13.0"
56-
pg_version: "14"
57-
python_version: "3.9"
5841
env:
5942
# Other variables to configure tests and execution environment
6043
DOCKER_BUILDKIT: 1

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def test_addons_env(self):
323323
# The test is hacking ODOO_VERSION to pin a commit
324324
# It uses OCA/OpenUpgrade as base for Odoo, which won't work from v14
325325
# and onwards as it no longer is a fork from Odoo
326-
for sub_env in matrix(odoo={"11.0", "12.0", "13.0", "18.0"}):
326+
for sub_env in matrix(odoo={"11.0", "12.0", "13.0"}):
327327
self.compose_test(
328328
join(SCAFFOLDINGS_DIR, "addons_env"),
329329
sub_env,

0 commit comments

Comments
 (0)