Skip to content

Commit

Permalink
chore(package): remove el7 leftovers (#860)
Browse files Browse the repository at this point in the history
Refs: MON-16456
  • Loading branch information
kduret authored Feb 9, 2023
1 parent 3323006 commit 2cb5b6f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/gorgone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@ jobs:
strategy:
fail-fast: false
matrix:
distrib: [el7, el8, el9, bullseye]
distrib: [el8, el9, bullseye]
include:
- package_extension: rpm
image: packaging-centos7
distrib: el7
- package_extension: rpm
image: packaging-alma8
distrib: el8
Expand Down Expand Up @@ -71,7 +68,7 @@ jobs:
if: ${{ contains(fromJson('["stable", "testing", "unstable"]'), needs.get-version.outputs.stability) }}
strategy:
matrix:
distrib: [el7, el8, el9]
distrib: [el8, el9]

steps:
- name: Checkout sources
Expand Down

0 comments on commit 2cb5b6f

Please sign in to comment.