Skip to content

Commit

Permalink
Use PHP 7.4 for phpstan analysis
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <[email protected]>
  • Loading branch information
williamdes committed Aug 27, 2020
1 parent 39e1a30 commit 1db81ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ matrix:
script: vendor/bin/phpcs
before_install: phpenv config-rm xdebug.ini
after_success: skip
- php: 7.1
- php: 7.4
name: "PHPStan"
script: vendor/bin/phpstan analyze
before_install: phpenv config-rm xdebug.ini
Expand Down

0 comments on commit 1db81ef

Please sign in to comment.