Skip to content

Commit

Permalink
Set PHP in docker test env to minimum required version
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Dec 10, 2023
1 parent 40b5cc1 commit a66a3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN composer install \
# ##############################################
# stage: testing
# ##############################################
FROM php:8-cli
FROM php:8.1-cli

# install system dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit a66a3ca

Please sign in to comment.