Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration value auto_php_version #2

Merged
merged 4 commits into from
Feb 28, 2022

Commits on Oct 26, 2021

  1. Update diagnostics.yml and phpcq configuration

    Use PHP version in build matrix, require phpcpd plugin ^1.1.1 and don't use phpcbf plugin
    dmolineus committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    790d810 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Bump phpcq tool versions

    discordier committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    28c9464 View commit details
    Browse the repository at this point in the history
  2. Add configuration value auto_php_version

    We now support the new configuration option `auto_php_version`
    (default: true) to automatically pass currenct PHP runtime version to
    psalm via parameter `--php-version=`.
    This helps to avoid issues like
    vimeo/psalm#7026
    discordier committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    24526de View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    7cec5eb View commit details
    Browse the repository at this point in the history