From 4aa7bdb8cd179825bc578040c3ea7604680bb54a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Deruss=C3=A9?= Date: Wed, 4 Dec 2024 13:45:27 +0100 Subject: [PATCH] Run tests with latest supported php version --- Dockerfile-dev | 3 ++- composer.json | 4 +++- composer.lock | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Dockerfile-dev b/Dockerfile-dev index 9ebcb5a..d85f111 100644 --- a/Dockerfile-dev +++ b/Dockerfile-dev @@ -5,7 +5,8 @@ ARG UUID_VERSION=1.2.1 # https://pecl.php.net/package/uuid FROM composer:${COMPOSER_VERSION} AS build_composer -FROM php:8.4-cli +# we run the least supported version (8.3) +FROM php:8.3-cli ARG PHIVE_VERSION ARG PHPEXTINST_VERSION diff --git a/composer.json b/composer.json index 24e6e95..a4fc418 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,9 @@ "symfony/polyfill-intl-normalizer": "*", "symfony/polyfill-mbstring": "*", "symfony/polyfill-php72": "*", - "symfony/polyfill-php80": "*" + "symfony/polyfill-php81": "*", + "symfony/polyfill-php82": "*", + "symfony/polyfill-php83": "*" }, "autoload": { "psr-4" : { diff --git a/composer.lock b/composer.lock index ec963ef..25c22da 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a9d30e2a9b7f19c9354f15cb32935bc3", + "content-hash": "25c8be0e135f0bd99b02a125b0d4d9d6", "packages": [ { "name": "blackfire/php-sdk",