From 48abd564edda84eb41ffdc407d7e4333bb49a503 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Tue, 7 Nov 2023 16:25:27 -0800 Subject: [PATCH] set php version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc7e302..95167bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,8 +83,8 @@ jobs: make ./dev-scripts/run_tests.sh - name: Run phpcs - run: phpcs -q --report=checkstyle src | cs2pr - + run: phpcs --runtime-set testVersion ${{ matrix.version }}- --report=checkstyle src | cs2pr + # linux-arm: # name: ARM (${{ matrix.arch }}) # runs-on: ubuntu-latest