From 6d3c2adb9c2a01660f2279f7b7e7619b1f4f7350 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 14 Aug 2024 12:05:39 +0200 Subject: [PATCH] chore(CI): Adjust testing matrix for Nextcloud 30 on main Signed-off-by: Joas Schilling --- .github/workflows/phpunit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index dc3e3fa8..ae30502e 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -23,6 +23,8 @@ jobs: include: - php-versions: '8.1' server-versions: 'master' + - php-versions: '8.1' + server-versions: 'stable30' databases: ['sqlite'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}