Skip to content

Merge pull request #79 from luizbills/2.3.0-changelog #112

Merge pull request #79 from luizbills/2.3.0-changelog

Merge pull request #79 from luizbills/2.3.0-changelog #112

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