From c50760b07507fcd5b7188b7ecdb8c733a794921b 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index c4506a286..5e0a8a24c 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 @@ -133,7 +133,7 @@ jobs: containers: [1, 2, 3, 4] php-versions: ['8.0'] databases: ['sqlite'] - server-versions: ['stable25', 'master'] + server-versions: ['stable25', 'stable27', 'master'] steps: - name: Restore context