Skip to content

Tested up to WordPress 6.4 #131

Tested up to WordPress 6.4

Tested up to WordPress 6.4 #131

Workflow file for this run

name: CI
on: [push]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: PHPStan Static Analysis
uses: php-actions/phpstan@v3
with:
error_format: github
php_version: 7.4
php_extensions: opcache mbstring
memory_limit: 1G