From 2d9e6050cb6fa3277334f6b77efeeb765b023642 Mon Sep 17 00:00:00 2001 From: Nils Dijk Date: Fri, 10 Nov 2023 14:28:37 +0100 Subject: [PATCH] only ubuntu --- .github/workflows/build-package-test.yml | 26 ++++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-package-test.yml b/.github/workflows/build-package-test.yml index 9a84e05c..9fbe6c67 100644 --- a/.github/workflows/build-package-test.yml +++ b/.github/workflows/build-package-test.yml @@ -39,19 +39,19 @@ 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 + # 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