From 09b766840cc51e79360f41ae61b03adf35996280 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 28 Mar 2024 12:24:10 +0100 Subject: chore(CI): Adjust testing matrix for Nextcloud 29 on main Signed-off-by: Joas Schilling --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index b51e99c2..f146af9a 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -20,7 +20,7 @@ jobs: matrix: php-versions: ['8.0'] databases: ['sqlite'] - server-versions: ['master'] + server-versions: ['master', 'stable29'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} -- cgit v1.2.3