From 35cd591ccdcdc084386e36eebf013a9b7a2f79fe Mon Sep 17 00:00:00 2001 From: Thomas Nabord Date: Mon, 8 Dec 2025 17:48:23 +0000 Subject: [PATCH] Update PHP version that builds the module zip file --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 4a71e7779b..9d5f2a2fe1 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -14,7 +14,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: 7.4 + php-version: 8.4 extensions: mbstring, intl, gd, xml, dom, json, fileinfo, curl, zip, iconv, ext-zip - name: Install composer dependencies