From 0aa946747033f99d42a43a7ef5b4d20751ebf18a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 15 May 2026 12:24:03 +0200 Subject: [PATCH] chore(CI): Adjust testing matrix for Nextcloud 34 on main Signed-off-by: Joas Schilling --- .github/workflows/integration.yml | 3 +++ .github/workflows/phpunit.yml | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index fbc8d1b1..b712fad1 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -33,6 +33,9 @@ jobs: - php-versions: 8.3 databases: mysql server-versions: stable33 + - php-versions: 8.3 + databases: mysql + server-versions: stable34 - php-versions: 8.4 databases: mysql server-versions: master diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index d221380a..05f20e0f 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -22,7 +22,7 @@ jobs: matrix: php-versions: ['8.2', '8.3', '8.4'] databases: ['mysql'] - server-versions: ['stable31', 'stable32', 'stable33', 'master'] + server-versions: ['stable31', 'stable32', 'stable33', 'stable34', 'master'] exclude: # Reduce matrix - test pgsql only on master and latest stable - databases: pgsql @@ -34,6 +34,9 @@ jobs: - php-versions: 8.5 databases: mysql server-versions: stable33 + - php-versions: 8.5 + databases: mysql + server-versions: stable34 - php-versions: 8.5 databases: mysql server-versions: master