fix: this is Odoo 18.0 branch

This commit is contained in:
Florent Xicluna
2025-05-15 11:51:07 +02:00
parent 50560c5f83
commit 13f1c3149a
13 changed files with 28 additions and 25 deletions
+3 -3
View File
@@ -3,11 +3,11 @@ name: pre-commit
on:
pull_request:
branches:
- "17.0*"
- "18.0*"
push:
branches:
- "17.0"
- "17.0-ocabot-*"
- "18.0"
- "18.0-ocabot-*"
jobs:
pre-commit:
+7 -7
View File
@@ -3,11 +3,11 @@ name: tests
on:
pull_request:
branches:
- "17.0*"
- "18.0*"
push:
branches:
- "17.0"
- "17.0-ocabot-*"
- "18.0"
- "18.0-ocabot-*"
jobs:
unreleased-deps:
@@ -35,17 +35,17 @@ jobs:
fail-fast: false
matrix:
include:
- container: ghcr.io/oca/oca-ci/py3.10-odoo17.0:latest
- container: ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
include: "attachment_azure,cloud_platform_azure"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.10-ocb17.0:latest
- container: ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
include: "attachment_azure,cloud_platform_azure"
name: test with OCB
makepot: "false"
- container: ghcr.io/oca/oca-ci/py3.10-odoo17.0:latest
- container: ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
exclude: "attachment_azure,cloud_platform_azure"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.10-ocb17.0:latest
- container: ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
exclude: "attachment_azure,cloud_platform_azure"
name: test with OCB
makepot: "false"