Skip to content

PHP 8.5 support

PHP 8.5 support #20

Workflow file for this run

name: PHP CS Fixer
on: [push, pull_request]
jobs:
php-cs-fixer:
name: PHP CS Fixer
runs-on: 'ubuntu-latest'
container: "ghcr.io/php-cs-fixer/php-cs-fixer:3-php8.4"
steps:
- uses: actions/checkout@v3
- name: PHP-CS-Fixer
run: php-cs-fixer check --config .php-cs-fixer.dist.php --using-cache=no --allow-risky=yes || exit 1