From d7c0068d1edbda0b8d5a439b076d8ee22b1f8489 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Mon, 28 Sep 2020 19:20:07 +0100 Subject: [PATCH] Bump deps higher --- .github/workflows/ci.yml | 4 ---- behat.yml | 28 ++++++++++++---------------- composer.json | 6 +++--- 3 files changed, 15 insertions(+), 23 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 296eee49..ed519e20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,6 @@ jobs: - "7.3" - "7.2" - "7.1" - - "7.0" - - "5.6" dependencies: - highest @@ -113,8 +111,6 @@ jobs: - "7.3" - "7.2" - "7.1" - - "7.0" - - "5.6" dependencies: - highest diff --git a/behat.yml b/behat.yml index e1ab6213..74092ad0 100644 --- a/behat.yml +++ b/behat.yml @@ -5,22 +5,18 @@ default: - '%paths.base%/features/common' contexts: [ PackerContext ] + extensions: - LeanPHP\Behat\CodeCoverage\Extension: - auth: ~ - drivers: - - local + DVDoug\Behat\CodeCoverage\Extension: filter: - forceCoversAnnotation: false - mapTestClassNameToCoveredClassName: false - whitelist: - addUncoveredFilesFromWhitelist: true - processUncoveredFilesFromWhitelist: true - include: - directories: - 'src': - prefix: '' - report: - format: clover - options: + include: + directories: + 'src': ~ + reports: + clover: target: build/coverage-behat/clover.xml + html: + target: build/coverage-behat + text: + showColors: true + showUncoveredFiles: true diff --git a/composer.json b/composer.json index 9e854a6d..d2080933 100644 --- a/composer.json +++ b/composer.json @@ -12,15 +12,15 @@ ], "license": "MIT", "require": { - "php": "^5.6||^7.0||^8.0", + "php": "^7.1||^8.0", "ext-json": "*", "psr/log": "^1.0" }, "require-dev": { "behat/behat": "^3.5", - "dvdoug/behat-code-coverage": "^3.0||^4.0", + "dvdoug/behat-code-coverage": "^5.0", "monolog/monolog": "^1.25||^2.0", - "phpunit/phpunit": "^5.7.27||^6.5.14||^7.5.20||^8.5.8||^9.0" + "phpunit/phpunit": "^7.5.20||^8.5.8||^9.3.11" }, "config": { "preferred-install": {