We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bca5216 + 04887ba commit 47ec693Copy full SHA for 47ec693
2 files changed
Dockerfile
@@ -202,6 +202,7 @@ RUN \
202
libjxl-dev \
203
libavif \
204
libheif \
205
+ libwebp \
206
imagemagick-heic \
207
zlib-dev \
208
libpng-dev \
tests.yaml
@@ -17,7 +17,7 @@ commandTests:
17
command: "docker"
18
args: ["--version"]
19
expectedOutput: ["Docker version 28.*"]
20
- - name: 'PHP info'
+ - name: 'PHP modules'
21
command: "php"
22
args: ["-m"]
23
expectedOutput:
@@ -71,6 +71,11 @@ commandTests:
71
- yaml
72
- zlib
73
- zstd
74
+ - name: 'ImageMagick supported formats'
75
+ command: "php"
76
+ args: ["-i"]
77
+ expectedOutput:
78
+ - "ImageMagick supported formats .*WEBP.*"
79
- name: 'PHP intl'
80
81
args: ["-r", 'print(\Normalizer::FORM_D);']
0 commit comments