From eea5c6013a48548dc74179cf79361ef5ed744748 Mon Sep 17 00:00:00 2001 From: Pablo Escobar Date: Mon, 28 Jun 2021 17:00:22 +0200 Subject: [PATCH] added centos8 to CI and to meta/main.yml --- .github/workflows/ci_tests.yml | 2 +- meta/main.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 84a9a81..0285730 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -46,8 +46,8 @@ jobs: matrix: distro: - centos7 + - centos8 - ubuntu2004 - # - centos8 # - ubuntu1804 # - debian10 # - debian9 diff --git a/meta/main.yml b/meta/main.yml index 64d37be..3263074 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -15,6 +15,7 @@ galaxy_info: - name: EL versions: - 7 + - 8 - name: Ubuntu versions: - focal