1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

add tests for oldstable

This commit is contained in:
Kayou 2024-08-23 09:53:23 +02:00 committed by GitHub
parent a483dd7fc6
commit 8fc95edaf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,8 @@ test_format = 1.0
[default]
args.version_to_follow = "stable"
# -------------------------------
# Commits to test upgrade from
# -------------------------------
@ -11,3 +13,9 @@ test_format = 1.0
test_upgrade_from.9c6d1eea.name = "Upgrade from 27.1.4"
test_upgrade_from.e9f82ab7.name = "Upgrade from 28.0.6"
test_upgrade_from.e9f82ab7.args.system_addressbook_exposed = "yes"
[oldstable]
args.version_to_follow = "oldstable"
test_upgrade_from.e9f82ab7.name = "Upgrade from 28.0.6"
test_upgrade_from.e9f82ab7.args.system_addressbook_exposed = "yes"