File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Do NOT update manually; changes here will be overwritten by Copier
22_commit : v1.39
3- _src_path : git+ https://github.com/OCA/oca-addons-repo-template
3+ _src_path : https://github.com/OCA/oca-addons-repo-template.git
44additional_ruff_rules : []
55ci : GitHub
66convert_readme_fragments_to_markdown : true
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: pre-commit
33on :
44 pull_request :
55 branches :
6- - " 16 .0*"
6+ - " 18 .0*"
77 push :
88 branches :
9- - " 16 .0"
10- - " 16 .0-ocabot-*"
9+ - " 18 .0"
10+ - " 18 .0-ocabot-*"
1111
1212jobs :
1313 pre-commit :
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: tests
33on :
44 pull_request :
55 branches :
6- - " 16 .0*"
6+ - " 18 .0*"
77 push :
88 branches :
9- - " 16 .0"
10- - " 16 .0-ocabot-*"
9+ - " 18 .0"
10+ - " 18 .0-ocabot-*"
1111
1212jobs :
1313 unreleased-deps :
3535 fail-fast : false
3636 matrix :
3737 include :
38- - container : ghcr.io/oca/oca-ci/py3.10-odoo16 .0:latest
38+ - container : ghcr.io/oca/oca-ci/py3.10-odoo18 .0:latest
3939 name : test with Odoo
40- - container : ghcr.io/oca/oca-ci/py3.10-ocb16 .0:latest
40+ - container : ghcr.io/oca/oca-ci/py3.10-ocb18 .0:latest
4141 name : test with OCB
4242 makepot : " true"
4343 services :
4949 POSTGRES_DB : odoo
5050 ports :
5151 - 5432:5432
52+ env :
53+ OCA_ENABLE_CHECKLOG_ODOO : " 1"
5254 steps :
5355 - uses : actions/checkout@v4
5456 with :
You can’t perform that action at this time.
0 commit comments