Skip to content

Commit eb2c97b

Browse files
committed
Do not generate files for PHP 7.2
1 parent 69eba63 commit eb2c97b

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/pipes.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ on:
2525
workflow_dispatch:
2626

2727
jobs:
28-
# build images and ensure no git diff
29-
# run phpinfo and ensure correct version of xdebug is installed
3028
build_and_verify:
3129
name: Build and Verify
3230
if: |

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)