Skip to content

Commit

Permalink
set php version
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Nov 8, 2023
1 parent 93ce879 commit 48abd56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48abd56

Please sign in to comment.