Skip to content

Drop Support for Laravel Versions below 11 and below PHP 8.2 #117

Drop Support for Laravel Versions below 11 and below PHP 8.2

Drop Support for Laravel Versions below 11 and below PHP 8.2 #117

Workflow file for this run

name: Format PHP
on: pull_request
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Run php-cs-fixer
uses: docker://oskarstark/php-cs-fixer-ga
- uses: stefanzweifel/[email protected]
with:
commit_message: Apply php-cs-fixer changes
branch: ${{ github.head_ref }}