From 487abd9746076c9482e628823a52e372d5f7340b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 28 Mar 2024 12:28:26 +0100 Subject: [PATCH] chore(CI): Adjust testing matrix for Nextcloud 29 on main Signed-off-by: Joas Schilling --- .github/workflows/phpunit-mysql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index b4bcd291..13627a21 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -39,7 +39,7 @@ jobs: strategy: matrix: php-versions: ['8.0', '8.1', '8.2'] - server-versions: ['master', 'stable28'] + server-versions: ['master', 'stable29', 'stable28'] services: mysql: