Skip to content

Send mails with phpmailer and SMTP authentication if credentials are … #71

Send mails with phpmailer and SMTP authentication if credentials are …

Send mails with phpmailer and SMTP authentication if credentials are … #71

Workflow file for this run

---
name: run tests
"on":
- pull_request
- push
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.3']
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
- name: Run tests
run: |
./checkcodingstyle