From 4565318b0f305a4872967672ab22426ac1c2bc44 Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Mon, 29 May 2023 21:20:16 +0200 Subject: Add alpine, rockylinux and fedora to testing pipeline Add more distros to CI/CD and include them in the galaxy meta file. Signed-off-by: Colin Wilk --- .github/workflows/ci.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d42b8b2..096e4ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,11 +52,32 @@ jobs: distro: - debian:10 - debian:11 + - debian:latest + - debian:testing + - debian:unstable - ubuntu:18.04 - ubuntu:20.04 - ubuntu:22.04 - ubuntu:23.04 + - ubuntu:latest + + - alpine:3.15 + - alpine:3.16 + - alpine:3.17 + - alpine:3.18 + - alpine:latest + + - rockylinux:8 + - rockylinux:9 + + - fedora:36 + - fedora:37 + - fedora:38 + - fedora:39 + - fedora:latest + + - archlinux:latest steps: - name: Check out the codebase. -- cgit v1.2.3