chore(cleanup): v1.20 is EOL, trim it

This commit is contained in:
Earl Warren 2024-04-25 12:39:48 +02:00
parent 456dab5002
commit e80f12ace9
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
12 changed files with 6 additions and 697 deletions

View file

@ -33,7 +33,7 @@ function test_storage_stable_s3() {
log_info "See also https://codeberg.org/forgejo/forgejo/issues/1338"
for version in 1.18 1.19 1.20.2-0 1.20.3-0 1.20 1.21 $RELEASE_NUMBERS_AND_DEV ; do
for version in 1.21 $RELEASE_NUMBERS_AND_DEV ; do
log_info "Forgejo $version & $s3_backend"
stop
storage_reset stable-s3
@ -45,12 +45,7 @@ function test_storage_stable_s3() {
done
}
source $STORAGE_DIR/test-upgrade-1.20-storage.sh
function test_storage() {
run test_storage_stable_s3 minio
run test_storage_stable_s3 garage
test_upgrade_1_20_storage
run test_forgejo_database_v3_upgrades
}