Update repository to get version 19.0 from oca-addons-repo-template

This commit is contained in:
cyrilmanuel
2025-10-02 14:17:43 +02:00
parent 5d921db4bc
commit 462bfe8c27
15 changed files with 349 additions and 310 deletions
+5 -5
View File
@@ -3,18 +3,18 @@ name: pre-commit
on:
pull_request:
branches:
- "18.0*"
- "19.0*"
push:
branches:
- "18.0"
- "18.0-ocabot-*"
- "19.0"
- "19.0-ocabot-*"
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Get python version
+8 -8
View File
@@ -3,18 +3,18 @@ name: tests
on:
pull_request:
branches:
- "18.0*"
- "19.0*"
push:
branches:
- "18.0"
- "18.0-ocabot-*"
- "19.0"
- "19.0-ocabot-*"
jobs:
unreleased-deps:
runs-on: ubuntu-latest
name: Detect unreleased dependencies
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
for reqfile in requirements.txt test-requirements.txt ; do
if [ -f ${reqfile} ] ; then
@@ -35,14 +35,14 @@ jobs:
fail-fast: false
matrix:
include:
- container: ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
- container: ghcr.io/oca/oca-ci/py3.10-odoo19.0:latest
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
- container: ghcr.io/oca/oca-ci/py3.10-ocb19.0:latest
name: test with OCB
makepot: "false"
services:
postgres:
image: postgres:12.0
image: postgres:13
env:
POSTGRES_USER: odoo
POSTGRES_PASSWORD: odoo
@@ -55,7 +55,7 @@ jobs:
# Disable Redis check
ODOO_CLOUD_PLATFORM_UNSAFE: 1
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install addons and dependencies