From 796ef1126f0deae2e0136285aed7124e6679295e Mon Sep 17 00:00:00 2001 From: Mike Detwiler Date: Sat, 10 Dec 2022 14:05:15 +0000 Subject: [PATCH] Issue #131: CI for CentOS 7 Signed-off-by: Mike Detwiler --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dbf3a2..1bbe819 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ jobs: matrix: include: - image: alpine:latest + - image: quay.io/centos/centos:centos7 - image: quay.io/centos/centos:stream8 - image: quay.io/centos/centos:stream9 - image: debian:latest