File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 38
38
odoo_version : ["18.0"]
39
39
pg_version : ["15"]
40
40
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"
58
41
env :
59
42
# Other variables to configure tests and execution environment
60
43
DOCKER_BUILDKIT : 1
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ def test_addons_env(self):
323
323
# The test is hacking ODOO_VERSION to pin a commit
324
324
# It uses OCA/OpenUpgrade as base for Odoo, which won't work from v14
325
325
# 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" }):
327
327
self .compose_test (
328
328
join (SCAFFOLDINGS_DIR , "addons_env" ),
329
329
sub_env ,
You can’t perform that action at this time.
0 commit comments