issues/27: PHP 8.4 runtime for composer platform

This commit is contained in:
Valery Petrov
2026-05-28 16:39:26 +03:00
parent 52cee39c02
commit db050fa84d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.4'
extensions: pdo_pgsql, pdo_mysql, redis, intl, zip, gd
- name: Prepare CI environment
run: |