diff --git a/.github/workflows/multiarch.yml b/.github/workflows/multiarch.yml index 71bf9be7..e1c4f5f0 100644 --- a/.github/workflows/multiarch.yml +++ b/.github/workflows/multiarch.yml @@ -34,9 +34,6 @@ jobs: - postgres: 16 # only use the single latest version with "latest: true" postgis: '3.4' latest: true - - postgres: 11 # 3.4 is not compatible with PostgreSQL 11 - postgis: '3.3' - latest: false name: Build docker image for ${{ matrix.postgres }}-${{ matrix.postgis }}