Skip to content

Commit

Permalink
Build Odoo 18 images
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Sep 26, 2024
1 parent a75bfd9 commit cfb45a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:
odoo_version: "17.0"
odoo_org_repo: "odoo/odoo"
image_name: py3.10-odoo17.0
- python_version: "3.10"
codename: jammy
odoo_version: "18.0"
odoo_org_repo: "odoo/odoo"
image_name: py3.10-odoo18.0
# oca/ocb
- python_version: "3.6"
codename: focal
Expand Down Expand Up @@ -105,6 +110,11 @@ jobs:
odoo_version: "17.0"
odoo_org_repo: "oca/ocb"
image_name: py3.10-ocb17.0
- python_version: "3.10"
codename: jammy
odoo_version: "18.0"
odoo_org_repo: "oca/ocb"
image_name: py3.10-ocb18.0
services:
postgres:
image: postgres:9.6
Expand Down

0 comments on commit cfb45a4

Please sign in to comment.