Skip to content

Bump symfony/console from 7.1.6 to 7.1.7 #86

Bump symfony/console from 7.1.6 to 7.1.7

Bump symfony/console from 7.1.6 to 7.1.7 #86

Workflow file for this run

name: phpstan
on: push
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PHP with tools
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
tools: composer
coverage: none
- name: Composer Install
run: composer install
- name: Run phpstan
run: composer stan