From 7d886877a53f9812466ff4ed08cb979b8e17b48f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 23 Nov 2023 12:58:21 +0100 Subject: chore(CI): Adjust testing matrix for Nextcloud 28 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 031b1c10..d35675ac 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', 'stable27', 'stable26', 'stable25'] + server-versions: ['master', 'stable28', 'stable27', 'stable26', 'stable25'] include: - php-versions: '7.4' server-versions: stable25 -- cgit v1.2.3