Skip to content

Commit

Permalink
[ADD] pg16
Browse files Browse the repository at this point in the history
  • Loading branch information
josep-tecnativa committed Oct 7, 2024
1 parent 7839943 commit 1b95106
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
matrix:
# Test modern Odoo versions with latest Postgres version
pg_version:
- "16"
- "15"
- "14"
- "13"
Expand All @@ -43,7 +44,7 @@ jobs:
- "9.6"
env:
# Indicates what's the equivalent to tecnativa/postgres-autoconf:latest image
LATEST_RELEASE: "15-alpine"
LATEST_RELEASE: "16-alpine"
# Variables found by default in Docker Hub builder
DOCKER_REPO: tecnativa/postgres-autoconf
DOCKER_TAG: ${{ matrix.pg_version }}-alpine
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down

0 comments on commit 1b95106

Please sign in to comment.