Skip to content

Commit 47a7935

Browse files
author
Philipp Handle
committed
increase min php version
1 parent 0337e56 commit 47a7935

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/docker/fossil/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-cli
1+
FROM php:8.4-cli
22

33
# Requirements for running phpunit
44
RUN apt-get update && apt-get install -y git zip

tests/docker/mercurial/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-cli
1+
FROM php:8.4-cli
22

33
# Requirements for running phpunit
44
RUN apt-get update && apt-get install -y git zip

tests/docker/subversion/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-cli
1+
FROM php:8.4-cli
22

33
# Requirements for running phpunit
44
RUN apt-get update && apt-get install -y git zip

0 commit comments

Comments
 (0)