Update GitHub workflows to target PHP version 8.4

Changed the PHP version from 'latest' to '8.4' in the code-quality and build-release workflows. This ensures consistency and avoids potential issues with future PHP version updates.
This commit is contained in:
Mykyta Synelnikov
2025-11-27 14:17:21 +02:00
parent e809dd4f9c
commit 44aecd413e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- name: Install PHP
uses: "shivammathur/setup-php@v2"
with:
php-version: "latest"
php-version: "8.4"
- 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