Skip to content

bump version

bump version #28

Workflow file for this run

name: Run PHPStan
on: [ push ]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Install composer
uses: php-actions/composer@v6
- name: PHPStan
run: composer phpstan