Forgejo v1.21 is EOL, v9.0 is dev
This commit is contained in:
parent
47a6f7ee78
commit
50c5908a91
4 changed files with 3 additions and 7 deletions
|
@ -31,9 +31,7 @@ function test_storage_stable_s3() {
|
|||
local work_path=$DIR/forgejo-work-path
|
||||
local s3_backend=${1:-minio}
|
||||
|
||||
log_info "See also https://codeberg.org/forgejo/forgejo/issues/1338"
|
||||
|
||||
for version in 1.21 $RELEASE_NUMBERS_AND_DEV; do
|
||||
for version in $RELEASE_NUMBERS_AND_DEV; do
|
||||
log_info "Forgejo $version & $s3_backend"
|
||||
stop
|
||||
storage_reset stable-s3
|
||||
|
|
Loading…
Add table
Reference in a new issue