From bc50ab3e0c6b0d9d8015083a79ca6e7a3319134c Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Wed, 3 Feb 2021 09:52:18 -0500 Subject: [PATCH] Update CI to PHP 8 --- .travis.yml | 7 +++---- Jenkinsfile | 12 ------------ 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index d913cc55..9b4749a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,13 +4,12 @@ install: - composer install --ignore-platform-reqs php: - - 7.4 - nightly script: - mkdir -p build/logs - php vendor/bin/phpunit -c build -matrix: - allow_failures: - - php: nightly +#matrix: +# allow_failures: +# - php: nightly diff --git a/Jenkinsfile b/Jenkinsfile index 5a3d9d60..48232ea7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,18 +10,6 @@ pipeline { sh 'php composer.phar install --ignore-platform-reqs' } } - stage('PHP 7.4') { - agent { - docker { - image 'php:7.4-cli-alpine' - args '-u root --privileged' - } - } - steps { - sh 'apk add --no-cache git' - sh 'php ./vendor/bin/phpunit --colors=never' - } - } stage('PHP 8') { agent { docker {