From 635b42f047a9f93e28fcfca19b81a7c1a71bcd7d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 17 May 2023 12:39:17 +0200 Subject: [PATCH] chore(CI): Adjust testing matrix for Nextcloud 27 on stable27 Signed-off-by: Joas Schilling --- .github/workflows/phpunit-sqlite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index f1e432af..c2ccdde0 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -39,7 +39,7 @@ jobs: strategy: matrix: php-versions: ['8.0'] - server-versions: ['master'] + server-versions: ['stable27'] steps: - name: Set app env