File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: php
33php :
44 - 7.2
55 - 7.3
6+ - 7.4
67
78env :
89 global :
@@ -27,7 +28,7 @@ before_script:
2728 - if [[ $PREFER_LOWEST != 1 ]]; then composer update --no-interaction; fi
2829 - if [[ $PREFER_LOWEST == 1 ]]; then composer update --no-interaction --prefer-lowest --prefer-stable; fi
2930
30- - if [[ $PHPCS = 1 ]]; then composer require cakephp/cakephp-codesniffer:dev-next ; fi
31+ - if [[ $PHPCS = 1 ]]; then composer require cakephp/cakephp-codesniffer:^4.0 ; fi
3132
3233script :
3334 - |
@@ -40,7 +41,7 @@ script:
4041
4142 - if [[ $PHPCS = 1 ]]; then vendor/bin/phpcs -p --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests; fi
4243
43- - if [[ $STATIC_ANALYSIS = 1 ]]; then composer require --dev vimeo/psalm:^3.2 && vendor/bin/psalm src; fi
44+ - if [[ $STATIC_ANALYSIS = 1 ]]; then composer require --dev vimeo/psalm:^3.7 && vendor/bin/psalm src; fi
4445
4546after_success :
4647 - |
You can’t perform that action at this time.
0 commit comments