Skip to content

Updated the PHP version check in SoapFaultTest.php to skip tests for … #4

Updated the PHP version check in SoapFaultTest.php to skip tests for …

Updated the PHP version check in SoapFaultTest.php to skip tests for … #4

Workflow file for this run

name: PHP linter
on: [push]
jobs:
phpcs:
name: Linter
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: lint
run: php -l src tests