From dae5ef570b00743e688cc071375545be5a67b2e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 13 Feb 2024 11:02:24 +0100 Subject: [PATCH] tmp: run cypress against all stable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/cypress-custom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-custom.yml b/.github/workflows/cypress-custom.yml index fbaf2c159..b037ab2c2 100644 --- a/.github/workflows/cypress-custom.yml +++ b/.github/workflows/cypress-custom.yml @@ -25,7 +25,7 @@ jobs: matrix: node-version: [ 16 ] databases: [ 'mysql' ] - server-versions: [ 'stable26', 'stable27', 'master' ] + server-versions: [ 'stable27', 'stable28', 'master' ] include: - php-versions: 8.1