We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafa1d3 commit 245d3eaCopy full SHA for 245d3ea
1 file changed
.github/workflows/update_pot_files.yml
@@ -11,7 +11,16 @@ on:
11
jobs:
12
update-pot:
13
runs-on: ubuntu-22.04
14
- container: ghcr.io/oca/oca-ci/py3.10-odoo17.0:latest
+ container: ghcr.io/oca/oca-ci/py3.10-odoo19.0:latest
15
+ services:
16
+ postgres:
17
+ image: postgres:13
18
+ env:
19
+ POSTGRES_USER: odoo
20
+ POSTGRES_PASSWORD: odoo
21
+ POSTGRES_DB: odoo
22
+ ports:
23
+ - 5432:5432
24
steps:
25
- uses: actions/checkout@v4
26
with:
0 commit comments