Skip to content

Commit

Permalink
Merge branch 'player-83' into 'main'
Browse files Browse the repository at this point in the history
Run tests with latest supported php version

See merge request platformsh/observability/blackfire/blackfire.io!36581
  • Loading branch information
jderusse committed Dec 4, 2024
2 parents dfcd16e + 4aa7bdb commit d28e13b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d28e13b

Please sign in to comment.