Skip to content

Commit

Permalink
Run tests on lowest deps also
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Nov 9, 2022
1 parent 6572e70 commit f1baade
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -20,6 +20,10 @@ jobs:
- "composer test:phpunit -- --verbose"
# - "composer test:cs -- -s"
- "composer test:phpstan -- --ansi --memory-limit=1G --no-progress"
- name: "With lowest deps"
php: "7.4"
install:
- "composer update --no-interaction --prefer-lowest"

cache:
directories:
Expand Down

0 comments on commit f1baade

Please sign in to comment.