From 7e19021af28de79ec763eb241b8f6954e815df3a Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Tue, 23 Aug 2022 14:47:36 -0400 Subject: [PATCH] Update build --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f95f8cc..d8dd5da 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 php8-phpdbg' + sh 'apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing 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'