From d3f9a2e50d5c000e40b78a68d89e284c0a94d1cd Mon Sep 17 00:00:00 2001 From: Baptiste Fotia Date: Tue, 2 Jan 2024 11:58:55 +0100 Subject: [PATCH] ci(php): Use the stable27 and master to run tests Signed-off-by: Baptiste Fotia --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 7de8aad72..c16781f98 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: php-versions: [8.2] - nextcloud-versions: ['stable25', 'master'] + nextcloud-versions: ['stable27', 'master'] include: - php: 8.2 nextcloud-version: master