update code style to WPCS v3.0

This commit is contained in:
2023-11-09 18:14:31 +01:00
parent a1a3117141
commit 61ba951f0b
5 changed files with 12 additions and 11 deletions

View File

@ -39,7 +39,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'
tools: composer
- name: Setup Node
uses: actions/setup-node@v3