Skip to content

Commit

Permalink
Test on UBI and drop CentOS Stream 8 that is EOL
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Forró <[email protected]>
  • Loading branch information
nforro committed Aug 12, 2024
1 parent 38cf9e1 commit 47e2386
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
install_deps_cmd: dnf -y install git-core python3-pip python3-rpm
- base_image: centos:stream9
install_deps_cmd: dnf -y install git-core python3-pip python3-rpm
- base_image: centos:stream8
- base_image: registry.access.redhat.com/ubi9:latest
install_deps_cmd: dnf -y install git-core python3-pip python3-rpm
- base_image: ubi8:latest
install_deps_cmd: dnf -y install git-core python3-pip python3-rpm
- base_image: opensuse/leap:latest
install_deps_cmd: zypper -n install git-core python3-pip python3-rpm
Expand Down

0 comments on commit 47e2386

Please sign in to comment.