Fix Psalm action

This commit is contained in:
Tristan 2021-12-01 22:59:45 +01:00
parent 745f1170f7
commit de820e9e51
Signed by: trizz
GPG Key ID: 0A93DEC67165EB47

View File

@ -41,11 +41,20 @@ jobs:
run: composer test
psalm:
name: Psalm
name: Psalm (PHP ${{ matrix.php-versions }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-versions: ['8.0']
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Psalm
uses: docker://vimeo/psalm-github-actions
- name: Composer install
uses: php-actions/composer@v5
- name: Run Psalm
run: ./vendor/bin/psalm --output-format=github