micheh / phpcs-gitlab

Gitlab Report for PHP_CodeSniffer (display the violations in the Gitlab CI/CD Code Quality Report)
BSD 3-Clause "New" or "Revised" License
38 stars 3 forks source link

Bump shivammathur/setup-php from 2.3.2 to 2.4.1 #6

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps shivammathur/setup-php from 2.3.2 to 2.4.1.

Release notes

Sourced from shivammathur/setup-php's releases.

2.4.1

  • Resume nightly PHP 8 builds on Windows from shivammathur/php-builder-windows. Fixes #261
  • Add support for protoc and grpc_php_plugin tools. Closes #262
  • Improve PHP installation speed using cached packages.
  • Revert to default packagist mirror for old PHP.
  • Use blackfire API to get versions.
  • Accept PECL default parameters.
  • Improve cURL use.
  • Limit swoole support to PHP 7.4.
  • Dry extension and tools code with custom support.
  • Fail fast PCOV on unsupported PHP versions.
  • Remove update_extension from linux.sh.
  • Remove obsolete pcov.sh.
  • Fix warning in cleanup_lists on ubuntu-20.04.
  • Fix updating lists in phalcon setup on Ubuntu.
  • Fix coverage message in node workflow.
  • Bump supported version in SECURITY.md.

2.4.0

  • Add support for these tools. Specify in tools input to setup. Closes #250
    • composer-require-checker
    • composer-normalize
    • composer-unused.
  • Add support for these PHP extensions. Specify in extensions input to setup.
    • oci8 and pdo_oci Closes #241
    • ioncube Closes #243
  • Improve composer setup. #239
    • Setup different versions of composer directly.
    • Add a breaking check to verify composer.phar integrity.
  • Fix blackfire configuration on Ubuntu and macOS. Fixes #247 and fixes #248
  • Disable memory_limit on all configurations. Fixes #251
  • Show adding xdebug.mode=coverage for Xdebug 3 to php.ini in logs.
  • Add values to php.ini after coverage setup.
  • Improve setup on Ubuntu when PHP versions are installed.
    • Only install CLI SAPI from ppa:ondrej/php.
    • Only update ppa:ondrej/php and Ubuntu archives package lists.
  • Patch OpenSSL binaries after PHP 5.3 and PHP 5.4 setup on Windows .
  • Improve support for pre-release extensions.
  • Fix warning while installing PDO extensions on PHP 5.6 and PHP 7.0 on Ubuntu.
  • Remove src/configs/config.yaml as it is no longer used.
  • Fix order of tools in README.
  • Update README with licensing information about setup-php logo.
  • Add information about setup-php being part of Tidelift Subscription in README.
  • Improve getXdebugVersion in extension.ts.
  • Fix typo in tools.test.ts.
  • Sort tools in switch case in tools.ts and in tools.test.ts.
  • Update dependencies including lodash to apply advisory GHSA-p6mc-m468-83gw.
  • Bump cache key in main test workflow.

Thanks @GrahamCampbell, @localheinz and @lolautruche for the contributions 🚀

Commits
  • 9dae796 Merge pull request #263 from shivammathur/develop
  • 6d9aef8 Bump version to 2.4.1
  • bd5a0d9 Update README
  • 5405f14 Move blackfire setup to separate scripts
  • cb25b9c Add support for protoc and grpc_php_plugin
  • e63d25d Use blackfire API to get versions
  • 2a7ae24 Dry extension code
  • e68a74a Limit swoole support to PHP 7.4
  • 67152eb Accept PECL default parameters
  • 83bdf15 Fix coverage message in node workflow
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov-commenter commented 4 years ago

Codecov Report

Merging #6 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##              master        #6   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity         5         5           
===========================================
  Files              1         1           
  Lines             17        17           
===========================================
  Hits              17        17           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4d381a7...b9c9167. Read the comment docs.