From 495e923085b6a5662ba95b69a6c257aa81724fbc Mon Sep 17 00:00:00 2001 From: Federica Agostini Date: Mon, 29 Jul 2024 16:31:15 +0200 Subject: [PATCH] Remove also centos7 stable --- .github/workflows/ci.yml | 8 +++----- .github/workflows/voms-aa.ci.yml | 1 - 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5124c7a..82293f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,13 +46,11 @@ jobs: strategy: matrix: - rhel: [7, 9] + rhel: [9] repo: [stable, beta] exclude: - rhel: 9 repo: stable - - rhel: 7 - repo: beta runs-on: ubuntu-latest @@ -82,8 +80,8 @@ jobs: strategy: matrix: - client: [7-stable, 9-beta] - server: [7-stable, 9-beta] + client: [9-beta] + server: [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 ca7bf05..27a0a59 100644 --- a/.github/workflows/voms-aa.ci.yml +++ b/.github/workflows/voms-aa.ci.yml @@ -9,7 +9,6 @@ jobs: strategy: matrix: client: - - 7-stable - 9-beta runs-on: ubuntu-latest