Skip to content

SendmailMailer: the use of -f option in the mail command can be disab… #93

SendmailMailer: the use of -f option in the mail command can be disab…

SendmailMailer: the use of -f option in the mail command can be disab… #93

name: Static Analysis (only informative)
on:
push:
branches:
- master
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.0
coverage: none
- run: composer install --no-progress --prefer-dist
- run: composer phpstan
continue-on-error: true # is only informative