From e4785928244dcd6ac96f13adfe0778b546b50311 Mon Sep 17 00:00:00 2001 From: Jarek Prokop Date: Wed, 25 Feb 2026 09:25:06 +0100 Subject: [PATCH] Enable CI for Ruby 4.0. --- .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 7e3cabbe..275ed360 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -10,6 +10,6 @@ jobs: uses: "sclorg/ci-actions/.github/workflows/container-tests.yml@main" with: enabled-tests: '["container","container-pytest","openshift-pytest","container-fips"]' - versions: '[ "2.5", "3.0", "3.3" ]' - openshift-versions: '[ "2.5", "3.0", "3.3" ]' + versions: '[ "2.5", "3.0", "3.3", "4.0" ]' + openshift-versions: '[ "2.5", "3.0", "3.3", "4.0" ]' secrets: inherit