diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23cb682..dc7e302 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,6 +66,7 @@ jobs: coverage: xdebug php-version: ${{matrix.version}} ini-values: xdebug.overload_var_dump=0, memory_limit=4G, phar.readonly=false + tools: cs2pr, phpcs - name: Checkout uses: actions/checkout@v2 @@ -81,7 +82,9 @@ jobs: ./configure make ./dev-scripts/run_tests.sh - + - name: Run phpcs + run: phpcs -q --report=checkstyle src | cs2pr + # linux-arm: # name: ARM (${{ matrix.arch }}) # runs-on: ubuntu-latest diff --git a/crt/aws-crt-ffi b/crt/aws-crt-ffi index 310920c..a76a837 160000 --- a/crt/aws-crt-ffi +++ b/crt/aws-crt-ffi @@ -1 +1 @@ -Subproject commit 310920c6ba609711a512937cb34e0416417a793d +Subproject commit a76a837a8d30d18abc9a04b78c785e93f106d9c6