Skip to content

Update workflows to use php 8* #159

Update workflows to use php 8*

Update workflows to use php 8* #159

Workflow file for this run

name: PHP-CS-Fixer
on: push
jobs:
phpcs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.0"
coverage: none
- name: Install dependencies
run: composer install --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
- name: Execute PHP-CS-Fixer
run: vendor/bin/php-cs-fixer fix
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Fix styling