Skip to content

Commit 22879c4

Browse files
authored
docker: Add php pcov extension (#45825)
For testing coverage with Jetpack-the-plugin or others that need to run inside the container.
1 parent 2842f0c commit 22879c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/docker/bin/ensure-php-version.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ PKGS=(
3131
"php${VER}-mbstring"
3232
"php${VER}-mysql"
3333
"php${VER}-opcache"
34+
"php${VER}-pcov"
3435
"php${VER}-pgsql"
3536
"php${VER}-soap"
3637
"php${VER}-sqlite3"

0 commit comments

Comments
 (0)