Skip to content

Commit ff46abe

Browse files
authored
Merge pull request #29 from twangboy/update_action
Test against 3006.10
2 parents f0eac65 + 7f2e879 commit ff46abe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/templates/generate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
SALT_VERSIONS = [
2020
"3006",
21-
"3006-8",
21+
"3006-10",
2222
"3007",
2323
"3007-1",
2424
]
2525

2626
VERSION_DISPLAY_NAMES = {
2727
"3006": "v3006",
28-
"3006-8": "v3006.8",
28+
"3006-10": "v3006.10",
2929
"3007": "v3007",
3030
"3007-1": "v3007.1",
3131
}

0 commit comments

Comments
 (0)