diff --git a/Jenkinsfile b/Jenkinsfile index 2a44d7f..cba2022 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { sh 'rm -f composer.lock' sh 'phive --no-progress install --trust-gpg-keys 67F861C3D889C656' sh 'php composer.phar install --ignore-platform-reqs' - sh 'cd tools && php composer.phar install --ignore-platform-reqs' + sh 'cd tools && composer install --ignore-platform-reqs' } } stage("Test PHP 8") {