From b2464f323828ee9700bf554c54b59e3ce4c918c8 Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Tue, 18 Nov 2025 14:52:18 +0200 Subject: [PATCH] Set PHP version to 8.1 in build-release workflow Updated the GitHub Actions workflow to use PHP 8.1 instead of the latest version. This ensures better compatibility and stability by avoiding unexpected changes in newer PHP releases. --- .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 bea312ac..6f5ad595 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -29,7 +29,7 @@ jobs: - name: Install PHP uses: "shivammathur/setup-php@v2" with: - php-version: "latest" + php-version: "8.1" - name: Install Composer Dependencies run: | composer install --no-progress --no-dev --optimize-autoloader --ignore-platform-req=ext-exif --ignore-platform-req=ext-gd --ignore-platform-req=ext-tidy