We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718dd0e commit d6f4a54Copy full SHA for d6f4a54
docker/Dockerfile
@@ -1,4 +1,9 @@
1
# 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
7
FROM php:8.1-cli-alpine
8
9
ARG RELEASE_VERSION=latest
0 commit comments