diff --git a/Jenkinsfile b/Jenkinsfile
index eab9738..a4bb504 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -11,7 +11,7 @@ pipeline {
steps {
sh 'apk add --no-cache php7-phpdbg'
sh 'curl -sS https://getcomposer.org/installer | php'
- sh 'php composer.phar install'
+ sh 'php composer.phar install --ignore-platform-reqs'
sh 'php composer.phar run-script coverage -- --coverage-text --colors=never'
}
}
@@ -25,7 +25,7 @@ pipeline {
steps {
sh 'apk add --no-cache php7-phpdbg'
sh 'curl -sS https://getcomposer.org/installer | php'
- sh 'php composer.phar install'
+ sh 'php composer.phar install --ignore-platform-reqs'
sh 'php composer.phar run-script coverage -- --coverage-text --colors=never'
}
}
@@ -39,7 +39,7 @@ pipeline {
steps {
sh 'apk add --no-cache php7-phpdbg'
sh 'curl -sS https://getcomposer.org/installer | php'
- sh 'php composer.phar install'
+ sh 'php composer.phar install --ignore-platform-reqs'
sh 'php composer.phar run-script coverage -- --coverage-text --colors=never'
}
}
diff --git a/build/phpunit.xml b/build/phpunit.xml
index c592fa0..40720c9 100644
--- a/build/phpunit.xml
+++ b/build/phpunit.xml
@@ -20,7 +20,7 @@
-
+