Merge pull request #12924 from nextcloud/newVersion

Test new NC versions
This commit is contained in:
Alper Öztürk 2024-09-30 16:05:12 +02:00 committed by GitHub
commit d562034381
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,8 @@ import org.junit.Test
class CapabilityUtilsIT : AbstractIT() {
@Test
fun checkOutdatedWarning() {
assertFalse(test(NextcloudVersion.nextcloud_30))
assertFalse(test(NextcloudVersion.nextcloud_29))
assertFalse(test(NextcloudVersion.nextcloud_28))
assertFalse(test(NextcloudVersion.nextcloud_27))