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:
authorWilliam Desportes <williamdes@wdes.fr>2022-01-03 14:41:45 +0300
committerWilliam Desportes <williamdes@wdes.fr>2022-01-03 14:41:45 +0300
commitf686423da7d39bef1de64871df5d7fd9cdf9107b (patch)
tree9325b67fe2cd7c3d5605a9fdbb8584876e86cf33 /.github/workflows
parent0ff9d908e7b1547c13ac746d93b42cb4f668428d (diff)
Add ext-ctype for psalm on multi arch CI
Ref: https://github.com/phpmyadmin/phpmyadmin/runs/4690358695?check_suite_focus=true#step:6:81 Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/tests.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 2d4bc89b39..edb57a99b3 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -32,11 +32,12 @@ jobs:
# musl-locales and musl-locales-lang are needed to run some locale specific tests
# gettext is needed to run generate-mo
# pcov for code coverage
+ # ctype for psalm
run: |
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 \