From f2c9158da488bbf6f08af02e32d7fb9f9acef42a Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sun, 19 May 2024 18:32:05 -0400 Subject: [PATCH] ci: Test all supported versions of RedHat UBI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5655b2a..29d0484 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,8 @@ jobs: # aren't available, so those tests will be skipped. I guess it's # still better than nothing. - registry.access.redhat.com/ubi7/ubi:latest + - registry.access.redhat.com/ubi8/ubi:latest + - registry.access.redhat.com/ubi9/ubi:latest runs-on: ubuntu-latest container: image: ${{ matrix.image }}