From 864bf14a3179e00cc6e0125642db1efedcc035dc Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 23 Nov 2023 13:11:55 +0100 Subject: [PATCH] chore(CI): Adjust testing matrix for Nextcloud 28 on main Signed-off-by: Joas Schilling --- .github/workflows/phpunit-sqlite.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index 8a6e7d37..6279b99d 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -47,9 +47,11 @@ jobs: strategy: matrix: - php-versions: ['8.0', '8.1', '8.2'] + php-versions: ['8.0', '8.1', '8.2', '8.3'] server-versions: ['master'] include: + - php-versions: '8.3' + server-versions: 'stable28' - php-versions: '8.0' server-versions: 'stable27' - php-versions: '8.0'