Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhughes committed Jul 31, 2024
1 parent c40f9a2 commit 7090149
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
18 changes: 17 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
os:
- almalinux-8
- almalinux-9
- centos-7
# - centos-7
- centos-stream-9
- fedora-latest
- rockylinux-8
Expand All @@ -43,6 +43,10 @@ jobs:
- 'remi-php81'
- 'remi-php82'
exclude:
- os: almalinux-8
suite: remi-test
- os: almalinux-9
suite: remi-test
- os: almalinux-8
suite: remi-php56
- os: almalinux-9
Expand Down Expand Up @@ -93,12 +97,24 @@ jobs:
suite: remi-php73
- os: fedora-latest
suite: remi-php73
- os: rockylinux-8
suite: remi-php73
- os: rockylinux-9
suite: remi-php73
- os: almalinux-9
suite: remi-php74
- os: centos-stream-9
suite: remi-php74
- os: fedora-latest
suite: remi-php74
- os: rockylinux-8
suite: remi-php74
- os: fedora-latest
suite: remi-php80
- os: almalinux-9
suite: remi-php81
- os: rockylinux-9
suite: remi-php82
fail-fast: false

steps:
Expand Down
2 changes: 0 additions & 2 deletions libraries/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,3 @@ def remi_repo_description(repo_slug)
end
end
end

# Chef::DSL::Universal.include(::YumRemiChef::Cookbook::Helpers)
2 changes: 1 addition & 1 deletion test/integration/inspec/controls/remi_test_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
its('remi-test.gpgkey') do
should cmp case os.name
when 'fedora'
'https://rpms.remirepo.net/RPM-GPG-KEY-remi2023'
'https://rpms.remirepo.net/RPM-GPG-KEY-remi2024'
else # rhel
case os.release.to_i
when 7
Expand Down

0 comments on commit 7090149

Please sign in to comment.