From f775f188ffa60293b33c127ad1a4f804e10b61ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 12 Feb 2024 15:38:03 +0100 Subject: [PATCH] ci: Test against 26 only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/cypress.yml | 2 +- .github/workflows/integration.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index f9285e948..2064cf81f 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -25,7 +25,7 @@ jobs: matrix: node-version: [ 16 ] databases: [ 'mysql' ] - server-versions: [ 'stable25', 'stable27', 'master' ] + server-versions: [ 'stable27', 'stable28', 'master' ] include: - php-versions: 8.1 diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c6bf6946c..750b82e1d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -26,10 +26,10 @@ jobs: strategy: fail-fast: false matrix: - server-versions: ['stable25', 'stable27', 'master'] + server-versions: ['stable26', 'stable27', 'master'] include: - php-versions: '8.1' - - server-versions: 'stable25' + - server-versions: 'stable26' databases: 'sqlite' - server-versions: 'stable27' databases: 'mysql'