Skip to content

Commit

Permalink
Amazon Linux 2023 should use el9 (#61)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: Ben Konick <[email protected]>
  • Loading branch information
bkonick authored Jan 6, 2025
1 parent fbbfbd6 commit e8b8aad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
os:
- "almalinux-8"
- "amazonlinux-2"
- "amazonlinux-2023"
- "centos-7"
- "centos-stream-8"
- "rockylinux-8"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

- Amazon Linux 2023 should use el9 repos

## 5.4.2 - *2024-05-03*

## 5.4.1 - *2024-01-31*
Expand Down
2 changes: 2 additions & 0 deletions resources/repo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ def os_ver
'7'
when 3
'8'
when 2023
'9'
else
'7'
end
Expand Down

0 comments on commit e8b8aad

Please sign in to comment.