Skip to content

Bump symfony/mailgun-mailer from 6.4.0 to 7.0.4 #659

Bump symfony/mailgun-mailer from 6.4.0 to 7.0.4

Bump symfony/mailgun-mailer from 6.4.0 to 7.0.4 #659

Workflow file for this run

name: Lint
on:
- push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
tools: phplint
- name: Check syntax
run: phplint .