We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbbfbd6 commit e8b8aadCopy full SHA for e8b8aad
.github/workflows/ci.yml
@@ -25,6 +25,7 @@ jobs:
25
os:
26
- "almalinux-8"
27
- "amazonlinux-2"
28
+ - "amazonlinux-2023"
29
- "centos-7"
30
- "centos-stream-8"
31
- "rockylinux-8"
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+- Amazon Linux 2023 should use el9 repos
11
+
12
## 5.4.2 - *2024-05-03*
13
14
## 5.4.1 - *2024-01-31*
resources/repo.rb
@@ -153,6 +153,8 @@ def os_ver
153
'7'
154
when 3
155
'8'
156
+ when 2023
157
+ '9'
158
else
159
160
end
0 commit comments