Skip to content

Commit 8179fde

Browse files
authored
Merge pull request #13 from Tardo/add-pg15
[ADD] pg15
2 parents bb6d234 + 09942e8 commit 8179fde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
matrix:
3535
# Test modern Odoo versions with latest Postgres version
3636
pg_version:
37+
- "15"
3738
- "14"
3839
- "13"
3940
- "12"
@@ -42,7 +43,7 @@ jobs:
4243
- "9.6"
4344
env:
4445
# Indicates what's the equivalent to tecnativa/postgres-autoconf:latest image
45-
LATEST_RELEASE: "14-alpine"
46+
LATEST_RELEASE: "15-alpine"
4647
# Variables found by default in Docker Hub builder
4748
DOCKER_REPO: tecnativa/postgres-autoconf
4849
DOCKER_TAG: ${{ matrix.pg_version }}-alpine

0 commit comments

Comments
 (0)