Skip to content

Commit b0a53b9

Browse files
committed
Do not generate files for PHP 7.2
1 parent a2e8393 commit b0a53b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
# PHP Versions that will be generated
8-
php_versions=( "8.3" "8.2" "8.1" "8.0" "7.4" "7.2" )
8+
php_versions=( "8.3" "8.2" "8.1" "8.0" "7.4" )
99

1010
# PHP variants that will be generated for each PHP version
1111
# final source image will be generated as follow: php:7.2-cli, php:7-2-apache and php:7.2-fpm

0 commit comments

Comments
 (0)