Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2021-09-12 18:21:48 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2021-09-12 18:21:48 +0300
commit6276b30c2e78f677a4973381e768b6923a465b7f (patch)
treeabc77005a82814a57a1447ea2ca49db9cda23a43
parentf61d3183fbd68b84b265b4e787554760673ebe70 (diff)
Add php-ctype package for multi-arch tests workflow
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 98474246e4..b597560da4 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -37,7 +37,7 @@ jobs:
printf "set -exu && \
export V='%s' && \
apk add --update --no-cache \
- php\$V-cli php\$V-mysqli php\$V-session php\$V-mbstring \
+ php\$V-cli php\$V-mysqli php\$V-session php\$V-mbstring php\$V-ctype \
php\$V-iconv php\$V-xml php\$V-tokenizer php\$V-xmlwriter php\$V-simplexml \
php\$V-dom php\$V-json php\$V-bz2 php\$V-curl php\$V-gd php\$V-zip \
musl-locales musl-locales-lang \