Skip to content

Bump phpmailer/phpmailer from 6.9.1 to 6.9.2 #126

Bump phpmailer/phpmailer from 6.9.1 to 6.9.2

Bump phpmailer/phpmailer from 6.9.1 to 6.9.2 #126

Workflow file for this run

name: Lint
on: [push, pull_request]
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-20.04
steps:
- name: Code Checkout
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
extensions: bcmath, curl, gd, mbstring, mysql, openssl, pdo, tokenizer, xml, zip
tools: composer:v2
coverage: none
- name: Install dependencies
run: composer install --no-interaction --no-progress --no-suggest --prefer-dist
- name: PHP CS Fixer (APP)
run: storage/caches/vendor/bin/php-cs-fixer fix --config=./.github/.php-cs-fixer.dist.php