Skip to content

Bump phpstan/phpstan from 1.12.10 to 2.0.2 (#1239) #386

Bump phpstan/phpstan from 1.12.10 to 2.0.2 (#1239)

Bump phpstan/phpstan from 1.12.10 to 2.0.2 (#1239) #386

Workflow file for this run

name: Contributor Workflow
on:
push:
branches:
- main
jobs:
contrib-readme:
runs-on: ubuntu-latest
name: Update contrib in README
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}