Skip to content

Commit

Permalink
test: Drop CentOS 8, add CentOS 10
Browse files Browse the repository at this point in the history
CentOS 8 is EOL now.
  • Loading branch information
martinpitt committed Jun 7, 2024
1 parent d416d2e commit 7e95a64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- docker.io/ubuntu:latest
- registry.fedoraproject.org/fedora:latest
- registry.fedoraproject.org/fedora:rawhide
- quay.io/centos/centos:stream8
- quay.io/centos/centos:stream9
- quay.io/centos/centos:stream10-development

timeout-minutes: 30
steps:
Expand Down
6 changes: 4 additions & 2 deletions packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,17 @@ jobs:
trigger: pull_request
targets:
- fedora-all
- centos-stream-8-x86_64
- centos-stream-9-x86_64
# FIXME: broken
# - centos-stream-10-x86_64

- job: tests
trigger: pull_request
targets:
- fedora-all
- centos-stream-8-x86_64
- centos-stream-9-x86_64
# FIXME: broken rpm build above
# - centos-stream-10-x86_64

- job: propose_downstream
trigger: release
Expand Down

0 comments on commit 7e95a64

Please sign in to comment.