Skip to content

Add config options to allow fields to be updated using a setter method. #1371

Add config options to allow fields to be updated using a setter method.

Add config options to allow fields to be updated using a setter method. #1371

Workflow file for this run

name: Quality Assurance
on:
push:
branches:
- main
pull_request:
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
coverage: none
extensions: mongodb-1.9.0, zip
tools: composer:v2
- name: Install Composer dependencies (highest)
uses: ramsey/composer-install@v2
with:
dependency-versions: highest
composer-options: --prefer-dist --prefer-stable --no-interaction --no-progress
- name: PHPStan
run: bin/phpstan --memory-limit=1G analyse --error-format=github