Skip to content

Commit dea3e5d

Browse files
committed
Try running phpstan on php 7.4
It might be easier to find packages compatible with both our locked deps and phpstan with that version of php.
1 parent 5d7d3e9 commit dea3e5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787

8888
- stage: Code Quality
8989
env: DB=none STATIC_ANALYSIS
90+
php: 7.4
9091
install: travis_retry composer install --prefer-dist
9192
before_script:
9293
- echo "extension=memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini

0 commit comments

Comments
 (0)