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