From e26e654bd95a9f6ee278b2e1a5f06032734c8896 Mon Sep 17 00:00:00 2001 From: Jonas Date: Mon, 4 Sep 2023 16:11:20 +0200 Subject: [PATCH] ci(cypress): Test against stable27 Signed-off-by: Jonas --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index c4506a286..403cd381f 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -45,7 +45,7 @@ jobs: strategy: matrix: - server-versions: ['stable25', 'master'] + server-versions: ['stable25', 'stable27', 'master'] steps: - name: Checkout server