From ab4168adad5119602c6cdaaf0b737d97fc653fc8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 14 Aug 2024 12:10:32 +0200 Subject: [PATCH] chore(CI): Adjust testing matrix for Nextcloud 30 on master Signed-off-by: Joas Schilling --- .github/workflows/phpunit-sqlite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index 26c665e..c976c28 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -38,8 +38,8 @@ jobs: strategy: matrix: - php-versions: ['8.0'] - server-versions: ['master', 'stable29'] + php-versions: ['8.1'] + server-versions: ['master', 'stable30', 'stable29'] steps: - name: Set app env