File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 container-slug : windows-2022
129129 timeout : 20
130130 runs-on : windows-2022
131- instances : ' ["3006", "3006-8 ", "3007", "3007-1"]'
131+ instances : ' ["3006", "3006-10 ", "3007", "3007-1"]'
132132
133133
134134
@@ -144,7 +144,7 @@ jobs:
144144 display-name : Rocky Linux 9
145145 container-slug : systemd-rockylinux-9
146146 timeout : 20
147- instances : ' ["3006", "3006-8 ", "3007", "3007-1"]'
147+ instances : ' ["3006", "3006-10 ", "3007", "3007-1"]'
148148
149149
150150 set-pipeline-exit-status :
Original file line number Diff line number Diff line change 1818
1919SALT_VERSIONS = [
2020 "3006" ,
21- "3006-8 " ,
21+ "3006-10 " ,
2222 "3007" ,
2323 "3007-1" ,
2424]
2525
2626VERSION_DISPLAY_NAMES = {
2727 "3006" : "v3006" ,
28- "3006-8 " : "v3006.8 " ,
28+ "3006-10 " : "v3006.10 " ,
2929 "3007" : "v3007" ,
3030 "3007-1" : "v3007.1" ,
3131}
You can’t perform that action at this time.
0 commit comments