From d0272e3b1006bd4aac4251a5b026d3dd041feddb Mon Sep 17 00:00:00 2001 From: Petr Khartskhaev Date: Tue, 13 Jan 2026 09:53:48 +0100 Subject: [PATCH] Enable testing for postgresql 18 container --- .github/workflows/container-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index d401f4dd..cc88d02b 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -12,6 +12,6 @@ jobs: uses: "sclorg/ci-actions/.github/workflows/container-tests.yml@main" with: enabled-tests: '["container", "container-pytest", "openshift-4", "openshift-pytest"]' - versions: '[ "12", "13", "15", "16" ]' - openshift-versions: '[ "12", "13", "15", "16" ]' + versions: '[ "12", "13", "15", "16", "18" ]' + openshift-versions: '[ "12", "13", "15", "16", "18" ]' secrets: inherit