Skip to content

build(deps): bump codecov/codecov-action from 3 to 4 #11

build(deps): bump codecov/codecov-action from 3 to 4

build(deps): bump codecov/codecov-action from 3 to 4 #11

Workflow file for this run

name: PHPStan
on:
push:
branches:
- "**"
permissions:
contents: read
jobs:
standard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
- name: Composer Install
run: composer install --prefer-dist --no-progress
- name: PHPStan
run: ./vendor/bin/phpstan --memory-limit=256M