test Gitea upgrades with v7.0 and v9.0
the upgrade path from Gitea v1.21 & v1.22 to v8.0 was tested before it was published. The patch releases for v8.0 will only include bug fixes and no database upgrades: they are the only kind of changes that could cause a problem with upgrades.
This commit is contained in:
parent
d872865242
commit
944dd98727
1 changed files with 3 additions and 3 deletions
|
@ -52,9 +52,9 @@ function test_successful_upgrades() {
|
|||
function test_gitea_upgrades() {
|
||||
local config=$UPGRADE_DIR/default-app.ini
|
||||
(
|
||||
echo gitea 1.21 forgejo 7.0-test
|
||||
echo gitea 1.21 forgejo 8.0-test
|
||||
echo gitea 1.22 forgejo 8.0-test
|
||||
echo gitea 1.21 forgejo 7.0-dev
|
||||
echo gitea 1.21 forgejo 9.0-dev
|
||||
echo gitea 1.22 forgejo 9.0-dev
|
||||
) | while read gitea gitea_version forgejo forgejo_version; do
|
||||
log_info "upgrading from Gitea $gitea_version to Forgejo $forgejo_version"
|
||||
stop
|
||||
|
|
Loading…
Add table
Reference in a new issue