From f1baadebf2620f7f77627fff9c3d76d4c63f1ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Wed, 9 Nov 2022 21:00:37 +0000 Subject: [PATCH] Run tests on lowest deps also From https://github.com/szepeviktor/phpstan-wordpress/pull/122#issuecomment-1309363724 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1f64ea7..c2f7b0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: