From f506059d7041dbd0af19ff18077a17e24c5317a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Fri, 22 Sep 2023 13:05:21 +0200 Subject: [PATCH] Test against nextcloud 23 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- .github/workflows/uitests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/uitests.yml b/.github/workflows/uitests.yml index 57f3598ae..65a3f36e7 100644 --- a/.github/workflows/uitests.yml +++ b/.github/workflows/uitests.yml @@ -26,7 +26,8 @@ jobs: strategy: matrix: - test-branches: ['stable27', 'master'] + # Test with stable23 as well to find regressions in older versions + test-branches: ['stable23', 'stable27', 'master'] env: WORKSPACE: NextcloudTalk.xcworkspace