Skip to content

Commit

Permalink
Merge pull request #80 from ekohl/update-ci
Browse files Browse the repository at this point in the history
Drop EL7 & EL8 testing in CI
  • Loading branch information
ggainey authored Jan 13, 2025
2 parents 21787c1 + e4e686e commit db94852
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
strategy:
fail-fast: false
matrix:
centos: ["centos:7", "quay.io/centos/centos:stream8", "quay.io/centos/centos:stream9"]
centos:
- "quay.io/centos/centos:stream9"
container:
image: ${{ matrix.centos }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install packages
run: yum install -y selinux-policy-devel policycoreutils
- name: Build policies
Expand Down

0 comments on commit db94852

Please sign in to comment.