We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b54c8e commit 881f42dCopy full SHA for 881f42d
.travis.yml
@@ -19,9 +19,11 @@ matrix:
19
include:
20
- php: 7.2
21
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
22
+ - php: 7.4
23
+ env: 'COMPOSER_FLAGS="--ignore-platform-reqs"'
24
25
before_script:
- - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist --ignore-platform-reqs
26
+ - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
27
28
script:
29
- vendor/bin/phpcs --standard=psr2 src/
0 commit comments