File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
task_spec/spec/acceptance Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ def latest_platform_list
4747 ubuntu-22\. 04-aarch64|
4848 amazon-2023|
4949 osx-14|
50- debian-12
50+ debian-12|
51+ debian-11-aarch64
5152 }x
5253 end
5354
@@ -57,7 +58,7 @@ def latest_platform_list
5758 # official packages won't be released until later. During the N+1 release, you'll
5859 # want to change `target_platform` to be the first version (N) that added the OS.
5960 puppet_7_version = case target_platform
60- when %r{debian-11}
61+ when %r{debian-11-amd64 }
6162 '7.9.0'
6263 when %r{el-9-x86_64}
6364 '7.14.0'
@@ -102,7 +103,7 @@ def latest_platform_list
102103 # true
103104 # end
104105 multiple_puppet7_versions = case target_platform
105- when %r{osx-13|osx-14|el-9-aarch64}
106+ when %r{osx-13|osx-14|el-9-aarch64|debian-11-aarch64 }
106107 false
107108 else
108109 true
You can’t perform that action at this time.
0 commit comments