diff --git a/.travis.yml b/.travis.yml index 16c20992..a8ba71c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,7 @@ before_script: - if [[ $PREFER_LOWEST != 1 ]]; then composer install --no-interaction; fi - if [[ $PREFER_LOWEST = 1 ]]; then composer update --no-interaction --prefer-lowest; fi - - if [[ $PHPSTAN = 1 ]]; then composer require --dev phpstan/phpstan:^0.8; fi + - if [[ $PHPSTAN = 1 ]]; then composer require --dev phpstan/phpstan:^0.9; fi - if [[ $DB = 'mysql' ]]; then mysql -u root -e 'CREATE DATABASE cakephp_test DEFAULT COLLATE=utf8mb4_general_ci; CREATE DATABASE cakephp_comparisons;'; fi