feat: use alpine 3.21 and forgejo 10.0
and no longer alpine 3.19 and forgejo 9.0
This commit is contained in:
parent
eebf6a1062
commit
135bd00a26
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue