diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ecff1f..5124c7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: exclude: - rhel: 9 repo: stable + - rhel: 7 + repo: beta runs-on: ubuntu-latest @@ -49,6 +51,8 @@ jobs: exclude: - rhel: 9 repo: stable + - rhel: 7 + repo: beta runs-on: ubuntu-latest @@ -78,8 +82,8 @@ jobs: strategy: matrix: - client: [7-beta, 7-stable, 9-beta] - server: [7-beta, 7-stable, 9-beta] + client: [7-stable, 9-beta] + server: [7-stable, 9-beta] runs-on: ubuntu-latest continue-on-error: true diff --git a/.github/workflows/voms-aa.ci.yml b/.github/workflows/voms-aa.ci.yml index 6a32426..ca7bf05 100644 --- a/.github/workflows/voms-aa.ci.yml +++ b/.github/workflows/voms-aa.ci.yml @@ -9,7 +9,6 @@ jobs: strategy: matrix: client: - - 7-beta - 7-stable - 9-beta