Skip to content

Commit

Permalink
Bump deps higher
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Sep 28, 2020
1 parent 1a25332 commit d7c0068
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 23 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
- "7.3"
- "7.2"
- "7.1"
- "7.0"
- "5.6"

dependencies:
- highest
Expand Down Expand Up @@ -113,8 +111,6 @@ jobs:
- "7.3"
- "7.2"
- "7.1"
- "7.0"
- "5.6"

dependencies:
- highest
Expand Down
28 changes: 12 additions & 16 deletions behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit d7c0068

Please sign in to comment.