From 41465da07806c62866dd5ad1357d8b0945f10f43 Mon Sep 17 00:00:00 2001 From: rafie Date: Tue, 15 Aug 2023 12:54:38 +0300 Subject: [PATCH] CI: redhat-compat (5) --- .github/workflows/redhat-compat.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/redhat-compat.yml b/.github/workflows/redhat-compat.yml index e8e6ff8..2ed73f4 100644 --- a/.github/workflows/redhat-compat.yml +++ b/.github/workflows/redhat-compat.yml @@ -5,8 +5,11 @@ on: inputs: platforms: description: 'Platforms' - default: '["centos:7", "rockylinux:8", "rockylinux:9", "oraclelinux:7", "oraclelinux:8", - "oraclelinux:9", "amazonlinux:2", "amazonlinux:2022", "amazonlinux:2023"]' + default: '["centos:7", + "rockylinux:8", "rockylinux:9", + "oraclelinux:7", "oraclelinux:8", "oraclelinux:9", + "amazonlinux:2", "amazonlinux:2022", "amazonlinux:2023", + "fedora:latest"]' jobs: redhat-compat-matrix: @@ -34,6 +37,11 @@ jobs: - name: Setup repositories run: | ./bin/getepel - - name: GCC + - name: Installations run: | ./bin/getgcc --modern + - name: Verify + run: | + python3 --version + python3 -m pip list -v + gcc --version