From 431129768aa0da53b94fdc95455c7fdf27e5428e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 28 Mar 2024 12:27:24 +0100 Subject: [PATCH] chore(CI): Adjust testing matrix for Nextcloud 29 on main Signed-off-by: Joas Schilling --- .github/workflows/phpunit-sqlite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index 9a96d73..2381743 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -48,7 +48,7 @@ jobs: strategy: matrix: php-versions: ['8.1', '8.2'] - server-versions: ['stable27', 'stable28', 'master'] + server-versions: ['stable27', 'stable28', 'stable29', 'master'] steps: - name: Set app env