diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 955f687b..713b1874 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - php: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4] + php: [7.1, 7.2, 7.4] stability: [prefer-stable] steps: @@ -75,7 +75,9 @@ jobs: run: | vendor/phpunit/phpunit/phpunit ./phpqa tools - bin/ci.sh + vendor/bin/psalm --help + cat build/psalm-phpqa.xml + ./phpqa --config tests/.ci --tools psalm ls -lAh build # DEPRECATED TRAVIS