Skip to content

Commit

Permalink
Tools - psalm experiments WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenekdrahos committed Feb 2, 2021
1 parent fe0537b commit 593e90a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 593e90a

Please # to comment.