Skip to content

Commit 245d3ea

Browse files
authored
dsad
1 parent aafa1d3 commit 245d3ea

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/update_pot_files.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,16 @@ on:
1111
jobs:
1212
update-pot:
1313
runs-on: ubuntu-22.04
14-
container: ghcr.io/oca/oca-ci/py3.10-odoo17.0:latest
14+
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
1524
steps:
1625
- uses: actions/checkout@v4
1726
with:

0 commit comments

Comments
 (0)