Skip to content

Commit e8b8aad

Browse files
authored
Amazon Linux 2023 should use el9 (#61)
--------- Signed-off-by: Ben Konick <[email protected]>
1 parent fbbfbd6 commit e8b8aad

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
os:
2626
- "almalinux-8"
2727
- "amazonlinux-2"
28+
- "amazonlinux-2023"
2829
- "centos-7"
2930
- "centos-stream-8"
3031
- "rockylinux-8"

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
- Amazon Linux 2023 should use el9 repos
11+
1012
## 5.4.2 - *2024-05-03*
1113

1214
## 5.4.1 - *2024-01-31*

resources/repo.rb

+2
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ def os_ver
153153
'7'
154154
when 3
155155
'8'
156+
when 2023
157+
'9'
156158
else
157159
'7'
158160
end

0 commit comments

Comments
 (0)