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
@@ -15,7 +15,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 'latest'
php-version: '8.4'
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest