From d9cdfc9c4a9bf55e9c25970e2b4579915cc7b716 Mon Sep 17 00:00:00 2001 From: Vitaliy Kukharik Date: Wed, 7 Dec 2022 17:30:55 +0300 Subject: [PATCH] Molecule: add CentOS Stream 8 and 9, Rocky Linux 9, AlmaLinux 9, Oracle Linux 9 --- .github/workflows/molecule.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 44fbd5c0f..8191727e5 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -38,12 +38,27 @@ jobs: - distro: rockylinux8 tag: latest namespace: geerlingguy + - distro: rockylinux9 + tag: latest + namespace: geerlingguy - distro: almalinux8 tag: latest namespace: glillico + - distro: almalinux9 + tag: latest + namespace: glillico - distro: oraclelinux8 tag: latest namespace: glillico + - distro: oraclelinux9 + tag: latest + namespace: glillico + - distro: centosstream9 + tag: latest + namespace: glillico + - distro: centosstream8 + tag: latest + namespace: glillico steps: - name: checkout