1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

phpunit 9

This commit is contained in:
Robin Appelman 2023-06-06 19:45:18 +02:00
commit db316f7ae6

View file

@ -26,7 +26,7 @@ RUN DEBIAN_FRONTEND=noninteractive ;\
unzip awscliv2.zip && \
./aws/install && \
pip3 install awscli-plugin-endpoint && \
wget https://phar.phpunit.de/phpunit-8.phar -O /usr/local/bin/phpunit.phar && \
wget https://phar.phpunit.de/phpunit-9.phar -O /usr/local/bin/phpunit.phar && \
curl -L https://github.com/harness/drone-cli/releases/latest/download/drone_linux_amd64.tar.gz | tar zx && \
install -t /usr/bin drone && \
wget https://github.com/vimeo/psalm/releases/latest/download/psalm.phar -O /usr/local/bin/psalm && \