Skip to content

Update README.md and increase PHPStan level to 3. (#112) #32

Update README.md and increase PHPStan level to 3. (#112)

Update README.md and increase PHPStan level to 3. (#112) #32

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}