Skip to content

Commit

Permalink
Remove also centos7 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
federicaagostini committed Jul 29, 2024
1 parent ee171a1 commit 495e923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/voms-aa.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
strategy:
matrix:
client:
- 7-stable
- 9-beta

runs-on: ubuntu-latest
Expand Down

0 comments on commit 495e923

Please sign in to comment.