diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e16e095..a131748 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,6 +34,7 @@ jobs: matrix: # Test modern Odoo versions with latest Postgres version pg_version: + - "16" - "15" - "14" - "13" @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 960b593..469c467 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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