We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5251688 commit accdf24Copy full SHA for accdf24
2 files changed
.github/workflows/ruby_tests.yml
.packit.yaml
@@ -29,20 +29,13 @@ jobs:
29
- job: copr_build
30
trigger: pull_request
31
targets:
32
- rhel-8:
33
- additional_modules: "foreman:el8"
34
- additional_repos:
35
- - https://yum.theforeman.org/releases/nightly/el8/x86_64/
36
rhel-9:
37
additional_repos:
38
- https://yum.theforeman.org/releases/nightly/el9/x86_64/
39
module_hotfixes: true
40
- job: tests
41
42
43
- rhel-8-x86_64:
44
- distros:
45
- - centos-stream-8
46
rhel-9-x86_64:
47
distros:
48
- centos-stream-9
0 commit comments