ci: Test all supported versions of RedHat UBI
This commit is contained in:
parent
dd7a8aeb10
commit
f2c9158da4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -60,6 +60,8 @@ jobs:
|
||||||
# aren't available, so those tests will be skipped. I guess it's
|
# aren't available, so those tests will be skipped. I guess it's
|
||||||
# still better than nothing.
|
# still better than nothing.
|
||||||
- registry.access.redhat.com/ubi7/ubi:latest
|
- 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
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ${{ matrix.image }}
|
image: ${{ matrix.image }}
|
||||||
|
|
Loading…
Reference in a new issue