We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69eba63 commit eb2c97bCopy full SHA for eb2c97b
2 files changed
.github/workflows/pipes.yaml
@@ -25,8 +25,6 @@ on:
25
workflow_dispatch:
26
27
jobs:
28
- # build images and ensure no git diff
29
- # run phpinfo and ensure correct version of xdebug is installed
30
build_and_verify:
31
name: Build and Verify
32
if: |
bin/generate.sh
@@ -5,7 +5,7 @@
5
#
6
7
# PHP Versions that will be generated
8
-php_versions=( "8.3" "8.2" "8.1" "8.0" "7.4" "7.2" )
+php_versions=( "8.3" "8.2" "8.1" "8.0" "7.4" )
9
10
# PHP variants that will be generated for each PHP version
11
# final source image will be generated as follow: php:7.2-cli, php:7-2-apache and php:7.2-fpm
0 commit comments