From 45b06784a7a8ab1d01f56be4d31ce335b0970005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Tue, 17 Jun 2025 06:15:37 +0200 Subject: [PATCH] ci: Fix running files_external S3 tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PHP >= 8.4 is not supported in Nextcloud 30. Signed-off-by: Daniel Calviño Sánchez --- .github/workflows/files-external-s3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/files-external-s3.yml b/.github/workflows/files-external-s3.yml index e3043737a7a2a..b7d6767abeaea 100644 --- a/.github/workflows/files-external-s3.yml +++ b/.github/workflows/files-external-s3.yml @@ -122,7 +122,7 @@ jobs: strategy: matrix: - php-versions: ['8.1', '8.2', '8.4'] + php-versions: ['8.1', '8.2', '8.3'] include: - php-versions: '8.3' coverage: true