Skip to content

SP-638 Regenerate composer.lock to support PHP 8.0 and bump version #2

SP-638 Regenerate composer.lock to support PHP 8.0 and bump version

SP-638 Regenerate composer.lock to support PHP 8.0 and bump version #2

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
phpcs:
runs-on: ubuntu-20.04
strategy:
matrix:
php-version: [ 8.0, 8.1, 8.2 ]
steps:
- uses: actions/checkout@v3
- name: Run WordPress code standard
run: |
./vendor/bin/phpcs -v --ignore=vendor,wpcs --standard=./phpcs.xml ./