We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cb7ac commit aa9d439Copy full SHA for aa9d439
.travis.yml
@@ -12,8 +12,8 @@ php:
12
matrix:
13
# test latest PHP stable version with lowest dependencies and phpstan static analysis
14
include:
15
- - php: 7.1
16
- env: COMPOSER_FLAGS="--prefer-lowest" STATIC_ANALYSIS=yes
+ - php: 7.3
+ env: STATIC_ANALYSIS=yes
17
18
before_script:
19
- travis_retry composer self-update
0 commit comments