Skip to content

Commit ce47d15

Browse files
committed
Update travis config
1 parent bea757b commit ce47d15

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.2
55
- 7.3
6+
- 7.4
67

78
env:
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

3233
script:
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

4546
after_success:
4647
- |

0 commit comments

Comments
 (0)