Skip to content

Commit 5f181d7

Browse files
committed
Add Alpine 3.19 and drop 3.17 to versions.sh
1 parent d106c86 commit 5f181d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ for version in "${versions[@]}"; do
148148
"bookworm",
149149
"bullseye",
150150
(
151-
"3.18",
152-
"3.17"
151+
"3.19",
152+
"3.18"
153153
| "alpine" + .),
154154
if .arches | has("windows-amd64") and .["windows-amd64"].url then
155155
(

0 commit comments

Comments
 (0)