Skip to content

Commit

Permalink
Add version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
SirAionTech committed Sep 26, 2024
1 parent bc077b2 commit 46a09ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- odoo-version: 17.0
python-version: "3.10"
machine: ubuntu-22.04
- odoo-version: 18.0
python-version: "3.12"
machine: ubuntu-24.04
steps:
# Prepare environment
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _migrations:

odoo_version:
type: float
default: 17.0
default: 18.0
choices:
- 10.0
- 11.0
Expand All @@ -23,6 +23,7 @@ odoo_version:
- 15.0
- 16.0
- 17.0
- 18.0
help: Which Odoo version are we deploying in this branch?

org_slug:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
{%
set IMAGES = {
"odoo": {
18.0: "ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest",
17.0: "ghcr.io/oca/oca-ci/py3.10-odoo17.0:latest",
16.0: "ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest",
15.0: "ghcr.io/oca/oca-ci/py3.8-odoo15.0:latest",
Expand All @@ -22,6 +23,7 @@ set IMAGES = {
10.0: "ghcr.io/oca/oca-ci/py2.7-odoo10.0:latest",
},
"ocb": {
18.0: "ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest",
17.0: "ghcr.io/oca/oca-ci/py3.10-ocb17.0:latest",
16.0: "ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest",
15.0: "ghcr.io/oca/oca-ci/py3.8-ocb15.0:latest",
Expand Down

0 comments on commit 46a09ed

Please sign in to comment.