test: criar teste unitário de referência para outros testes (#732) #504
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | |