Skip to content

Commit

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

steps:
- name: Checkout sources
Expand Down

0 comments on commit b7a1161

Please sign in to comment.