Skip to content

Commit d6f4a54

Browse files
committed
Document PHP versions
[ci skip]
1 parent 718dd0e commit d6f4a54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# syntax=docker/dockerfile:1
2+
# https://phpunit.de/supported-versions.html
3+
# PHPUnit 10 >= PHP 8.1
4+
# PHPUnit 9 >= PHP 7.3
5+
# PHPUnit 8 >= PHP 7.2
6+
# PHPUnit 7 PHP 7.1 - PHP 7.3
27
FROM php:8.1-cli-alpine
38

49
ARG RELEASE_VERSION=latest

0 commit comments

Comments
 (0)