Skip to content

Commit 84bf0f6

Browse files
authored
Merge pull request #136 from marc-mabe/php74
Added PHP-7.4
2 parents b39b44f + 1c952ef commit 84bf0f6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ matrix:
2626
- php: 7.3
2727
env:
2828
- CODE_COVERAGE="1"
29+
- php: 7.4
30+
env:
31+
- CODE_COVERAGE="1"
2932
- php: nightly
3033
allow_failures:
3134
- php: nightly

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^6.0",
25-
"phpbench/phpbench": "^0.15.0"
25+
"phpbench/phpbench": "^0.16.1"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)