Skip to content

Commit 1db81ef

Browse files
committed
Use PHP 7.4 for phpstan analysis
Signed-off-by: William Desportes <[email protected]>
1 parent 39e1a30 commit 1db81ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ matrix:
1818
script: vendor/bin/phpcs
1919
before_install: phpenv config-rm xdebug.ini
2020
after_success: skip
21-
- php: 7.1
21+
- php: 7.4
2222
name: "PHPStan"
2323
script: vendor/bin/phpstan analyze
2424
before_install: phpenv config-rm xdebug.ini

0 commit comments

Comments
 (0)