Skip to content

Commit

Permalink
Add Alpine 3.21 and drop 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoordsij committed Dec 5, 2024
1 parent 75f5e0e commit e8345ba
Show file tree
Hide file tree
Showing 74 changed files with 29 additions and 29 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
32 changes: 16 additions & 16 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"bullseye/apache",
"bullseye/fpm",
"bullseye/zts",
"alpine3.21/cli",
"alpine3.21/fpm",
"alpine3.21/zts",
"alpine3.20/cli",
"alpine3.20/fpm",
"alpine3.20/zts",
"alpine3.19/cli",
"alpine3.19/fpm",
"alpine3.19/zts"
"alpine3.20/zts"
],
"version": "8.1.31"
},
Expand All @@ -35,12 +35,12 @@
"bullseye/apache",
"bullseye/fpm",
"bullseye/zts",
"alpine3.21/cli",
"alpine3.21/fpm",
"alpine3.21/zts",
"alpine3.20/cli",
"alpine3.20/fpm",
"alpine3.20/zts",
"alpine3.19/cli",
"alpine3.19/fpm",
"alpine3.19/zts"
"alpine3.20/zts"
],
"version": "8.2.26"
},
Expand All @@ -58,12 +58,12 @@
"bullseye/apache",
"bullseye/fpm",
"bullseye/zts",
"alpine3.21/cli",
"alpine3.21/fpm",
"alpine3.21/zts",
"alpine3.20/cli",
"alpine3.20/fpm",
"alpine3.20/zts",
"alpine3.19/cli",
"alpine3.19/fpm",
"alpine3.19/zts"
"alpine3.20/zts"
],
"version": "8.3.14"
},
Expand All @@ -81,12 +81,12 @@
"bullseye/apache",
"bullseye/fpm",
"bullseye/zts",
"alpine3.21/cli",
"alpine3.21/fpm",
"alpine3.21/zts",
"alpine3.20/cli",
"alpine3.20/fpm",
"alpine3.20/zts",
"alpine3.19/cli",
"alpine3.19/fpm",
"alpine3.19/zts"
"alpine3.20/zts"
],
"version": "8.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ for version in "${versions[@]}"; do
for suite in \
bookworm \
bullseye \
alpine3.21 \
alpine3.20 \
alpine3.19 \
; do
for variant in cli apache fpm zts; do
if [[ "$suite" = alpine* ]]; then
Expand Down

0 comments on commit e8345ba

Please sign in to comment.