Skip to content

Allow callbacks in "options" field property #62

Allow callbacks in "options" field property

Allow callbacks in "options" field property #62

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 (PHP 8)
uses: php-actions/phpstan@v3
with:
error_format: github
php_version: 8.1
php_extensions: opcache mbstring
memory_limit: 1G
- name: PHPStan Static Analysis (PHP 7)
uses: php-actions/phpstan@v3
with:
error_format: github
php_version: 7.4
php_extensions: opcache mbstring
memory_limit: 1G