Skip to content

Commit

Permalink
Merge pull request #157 from jakzal/php-7.4-rc
Browse files Browse the repository at this point in the history
Build on PHP 7.4
  • Loading branch information
jakzal authored Dec 13, 2019
2 parents 8ed5f27 + 288cb3e commit cbd1a5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ matrix:
env: EXECUTE_DEPLOYMENT=true
- php: 7.3
env: deps=low UPDATE_TOOLS=true
- php: 7.4
fast_finish: true
cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ tools/infection.pubkey:
curl -Ls https://github.com/infection/infection/releases/download/0.13.2/infection.phar.pubkey -o tools/infection.pubkey

tools/box:
curl -Ls https://github.com/humbug/box/releases/download/3.8.3/box.phar -o tools/box && chmod +x tools/box
curl -Ls https://github.com/humbug/box/releases/download/3.8.4/box.phar -o tools/box && chmod +x tools/box
5 changes: 3 additions & 2 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
}
},
"test": "pdepend --version",
"tags": ["featured"]
"tags": ["featured", "exclude-php:7.4"]
},
{
"name": "phan",
Expand Down Expand Up @@ -438,7 +438,8 @@
"bin": "%target-dir%/phpmd"
}
},
"test": "phpmd --version"
"test": "phpmd --version",
"tags": ["exclude-php:7.4"]
},
{
"name": "phpmetrics",
Expand Down

0 comments on commit cbd1a5d

Please sign in to comment.