From 2db285d54fb4e3aa0085f516dd02132497a72c72 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Tue, 23 Aug 2022 14:49:01 -0400 Subject: [PATCH] Update build, hopefully to fix it --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d8dd5da..d0d903c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { stages { stage('PHP 8.1') { steps { - sh 'apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing phpdbg' + sh 'apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing php-phpdbg' sh 'curl -sS https://getcomposer.org/installer | php' sh 'php composer.phar install' sh 'phpdbg -dffi.enable=1 -qrr -- ./vendor/bin/phpunit --coverage-text --coverage-clover clover.xml --colors=never -c phpunit.xml tests'