Skip to content

Commit

Permalink
CI: redhat-compat (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafie committed Aug 15, 2023
1 parent faf74e3 commit 41465da
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/redhat-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 41465da

Please sign in to comment.