We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b5fe20 + 850fe70 commit dff34dbCopy full SHA for dff34db
Dockerfile
@@ -2,7 +2,7 @@ FROM php:8.2.14-cli-alpine3.19 as compile
2
3
ENV PHP_REDIS_VERSION="5.3.7" \
4
PHP_MONGODB_VERSION="1.16.1" \
5
- PHP_SWOOLE_VERSION="v5.1.1" \
+ PHP_SWOOLE_VERSION="v5.1.2" \
6
PHP_IMAGICK_VERSION="3.7.0" \
7
PHP_YAML_VERSION="2.2.3" \
8
PHP_MAXMINDDB_VERSION="v1.11.0" \
tests.yaml
@@ -116,7 +116,7 @@ commandTests:
116
- name: 'Docker command'
117
command: "docker"
118
args: ["--version"]
119
- expectedOutput: ["Docker version 24.*"]
+ expectedOutput: ["Docker version 25.*"]
120
- name: 'PHP info'
121
command: "php"
122
args: ["-m"]
0 commit comments