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 - name: Setup PHP
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: '8.2' php-version: '8.4'
extensions: pdo_pgsql, pdo_mysql, redis, intl, zip, gd extensions: pdo_pgsql, pdo_mysql, redis, intl, zip, gd
- name: Prepare CI environment - name: Prepare CI environment
run: | run: |
+1 -1
View File
@@ -9,7 +9,7 @@ COPY . .
RUN composer dump-autoload --classmap-authoritative --no-dev \ RUN composer dump-autoload --classmap-authoritative --no-dev \
&& composer run-script --no-dev post-install-cmd || true && composer run-script --no-dev post-install-cmd || true
FROM php:8.2-fpm-alpine AS runtime FROM php:8.4-fpm-alpine AS runtime
WORKDIR /app WORKDIR /app