Skip to content

Commit

Permalink
test(cypress): also run on stable27
Browse files Browse the repository at this point in the history
Current development is diverging pretty quickly
in particular on the frontend side.

Make sure our tests still work on the latest stable release.

Signed-off-by: Max <max@nextcloud.com>
  • Loading branch information
max-nextcloud committed Sep 4, 2023
1 parent 7ab648c commit d48ab93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

strategy:
matrix:
server-versions: ['stable25', 'master']
server-versions: ['stable25', 'stable27', 'master']

steps:
- name: Checkout server
Expand Down

0 comments on commit d48ab93

Please sign in to comment.