From 78399430ff6e463f655e42a4cf6daeead1b8585b Mon Sep 17 00:00:00 2001 From: josep-tecnativa Date: Tue, 26 Sep 2023 10:54:00 +0200 Subject: [PATCH 1/2] [DCK] pre-commit dependencies updated --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 469c467..960b593 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: 22.3.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer From 1b95106d814cd2c2bb005140e00b193eb8ccf9b3 Mon Sep 17 00:00:00 2001 From: josep-tecnativa Date: Mon, 7 Oct 2024 17:05:36 +0200 Subject: [PATCH 2/2] [ADD] pg16 --- .github/workflows/ci.yaml | 3 ++- .pre-commit-config.yaml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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