File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 matrix :
1616 php-versions : [ '8.2', '8.3' ]
1717 phpunit-versions : ['11.0']
18+ psalm-versions : ['6.0']
1819 include :
1920 - php-versions : ' 8.1'
2021 phpunit-versions : ' 10.0'
22+ psalm-versions : ' 6.0'
2123
2224 steps :
2325 - name : Setup PHP with PECL extension
5254 run : composer install --prefer-dist --no-progress
5355
5456 - name : Install tools
55- run : phive --no-progress install --trust-gpg-keys 4AA394086372C20A,12CE0F1D262429A5,97B02DD8E5071466 phpunit@^${{ matrix.phpunit-versions }} psalm phpcs
57+ run : phive --no-progress install --trust-gpg-keys 4AA394086372C20A,12CE0F1D262429A5,97B02DD8E5071466 phpunit@^${{ matrix.phpunit-versions }} psalm@^${{ matrix.psalm-versions }} phpcs
5658
5759 - name : Run test suite
5860 run : tools/phpunit --coverage-clover build/coverage.xml
You can’t perform that action at this time.
0 commit comments