Skip to content

Commit

Permalink
Remove 7-beta from build and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
federicaagostini committed Jul 29, 2024
1 parent 2651762 commit ee171a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
exclude:
- rhel: 9
repo: stable
- rhel: 7
repo: beta

runs-on: ubuntu-latest

Expand Down Expand Up @@ -49,6 +51,8 @@ jobs:
exclude:
- rhel: 9
repo: stable
- rhel: 7
repo: beta

runs-on: ubuntu-latest

Expand Down Expand Up @@ -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
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-beta
- 7-stable
- 9-beta

Expand Down

0 comments on commit ee171a1

Please sign in to comment.