diff --git a/.github/workflows/build-package-test.yml b/.github/workflows/build-package-test.yml index 9a84e05c..9a0a3692 100644 --- a/.github/workflows/build-package-test.yml +++ b/.github/workflows/build-package-test.yml @@ -39,24 +39,24 @@ jobs: strategy: fail-fast: false matrix: - TARGET_PLATFORM: - # - centos-7 - # - oraclelinux-8 - # - oraclelinux-7 - # - almalinux-8 - - almalinux-9 - POSTGRES_VERSION: - # - pg11 - # - pg12 - # - pg13 - # - pg14 - # - pg15 - - pg16 - exclude: - - TARGET_PLATFORM: centos-7 - POSTGRES_VERSION: pg16 - - TARGET_PLATFORM: oraclelinux-7 - POSTGRES_VERSION: pg16 + # TARGET_PLATFORM: + # - centos-7 + # - oraclelinux-8 + # - oraclelinux-7 + # - almalinux-8 + # - almalinux-9 + # POSTGRES_VERSION: + # - pg11 + # - pg12 + # - pg13 + # - pg14 + # - pg15 + # - pg16 + # exclude: + # - TARGET_PLATFORM: centos-7 + # POSTGRES_VERSION: pg16 + # - TARGET_PLATFORM: oraclelinux-7 + # POSTGRES_VERSION: pg16 include: # - TARGET_PLATFORM: debian-buster # POSTGRES_VERSION: all