diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 23700991e8d..2831ce1d20e 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -43,7 +43,7 @@ jobs: strategy: fail-fast: false matrix: - image: ["postgres:13", "postgres:15", "postgres:17"] + image: ["postgres:14", "postgres:15", "postgres:17"] services: postgres: image: ${{ matrix.image }} diff --git a/.github/workflows/unit_tests_backwards_compatibility.yml b/.github/workflows/unit_tests_backwards_compatibility.yml index 16532ecc479..7ecae184b68 100644 --- a/.github/workflows/unit_tests_backwards_compatibility.yml +++ b/.github/workflows/unit_tests_backwards_compatibility.yml @@ -33,7 +33,7 @@ jobs: fail-fast: false max-parallel: 3 matrix: - image: ["postgres:13", "postgres:15", "postgres:17"] + image: ["postgres:14", "postgres:15", "postgres:17"] services: postgres: image: ${{ matrix.image }}