feat: use alpine 3.21 and forgejo 10.0

and no longer alpine 3.19 and forgejo 9.0
This commit is contained in:
Earl Warren 2025-01-13 05:34:29 +01:00
parent eebf6a1062
commit 135bd00a26
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# Copyright 2024 The Forgejo Authors
# Copyright 2025 The Forgejo Authors
# SPDX-License-Identifier: MIT
function test_packages_alpine_version() {
@ -16,8 +16,8 @@ function test_packages_alpine_version() {
}
function test_packages_alpine() {
for alpine_version in 3.19 3.20; do
for forgejo_version in 7.0 9.0; do
for alpine_version in 3.20 3.21; do
for forgejo_version in 7.0 10.0; do
test_packages_alpine_version $alpine_version $forgejo_version
done
done