From 256a1215b2a1541f6360d188405d725275d4e5fd Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Fri, 16 Aug 2024 14:19:09 +0200 Subject: [PATCH] Add support for testing postgresql container in C10S Signed-off-by: Petr "Stone" Hracek --- .github/workflows/container-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index 16bd7965..b92035fd 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -58,7 +58,7 @@ jobs: fail-fast: false matrix: version: [ "11", "12", "13", "14", "15", "16" ] - os_test: [ "fedora", "rhel8", "rhel9", "c9s" ] + os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s" ] test_case: [ "container" ] if: |