We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bfe4a commit a31cab1Copy full SHA for a31cab1
Makefile
@@ -4,7 +4,7 @@ SOURCE_BRANCH:=$(shell git rev-parse --abbrev-ref HEAD)
4
DOCKER_REPO=jestefane/php-dev
5
DOCKER_TAG=
6
7
-# Possible PHP versions: 5.5, 5.6, 7.0, 7.1, 7.2, 7.3
+# Possible PHP versions: 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4
8
PHP_VERSIONS=5.5 5.6 7.0 7.1 7.2 7.3 7.4
9
10
# Possible PHP variants: cli, fpm
0 commit comments