diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index abf330ea3e3..ba493331473 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:16"] + image: ["postgres:13", "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 aac4c11747c..61840c56837 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:16"] + image: ["postgres:13", "postgres:15", "postgres:17"] services: postgres: image: ${{ matrix.image }}