Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Update phpunit/phpunit requirement from ~10.3.0 || ~10.2.0 || ~10.1.0… #274

Update phpunit/phpunit requirement from ~10.3.0 || ~10.2.0 || ~10.1.0…

Update phpunit/phpunit requirement from ~10.3.0 || ~10.2.0 || ~10.1.0… #274

Workflow file for this run

name: Symply CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
codestyle:
name: Code Style checks
runs-on: ubuntu-20.04
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Setup PHP and tools
uses: shivammathur/setup-php@2.28.0
with:
php-version: 8.2
tools: php-cs-fixer:3.38
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run PHP-CS-Fixer SYMPLY
run: "rm -fr .php-cs-fixer.cache && php-cs-fixer fix --config=.php-cs-fixer-symply.php --dry-run --diff --ansi"