Skip to content

fix: corrige PR 609 (#612) #453

fix: corrige PR 609 (#612)

fix: corrige PR 609 (#612) #453

name: "CI"
on:
push:
paths:
- "**.php"
- "phpcs.xml"
- ".github/workflows/check_compatibility.yml"
jobs:
check-version:
runs-on: ubuntu-latest
steps:
- name: Getting your configuration from GitHub
uses: actions/checkout@v1
- name: php-codesniffer
uses: pipeline-components/[email protected]
with:
directory: "./src/"
options: "-p -n -s --colors --standard=PHPCompatibility --runtime-set testVersion 5.6"