Skip to content

ci: do not run tests on PHP 7.4 #8

ci: do not run tests on PHP 7.4

ci: do not run tests on PHP 7.4 #8

Workflow file for this run

name: Check code style
on: [ push, pull_request ]
jobs:
php-style:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Check style
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: -v --dry-run --using-cache=no