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.0 #4

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps shivammathur/setup-php from 2.3.2 to 2.4.0.

Release notes

Sourced from shivammathur/setup-php's releases.

2.4.0

  • Add support for these tools. Closes #250
    • composer-require-checker
    • composer-normalize
    • composer-unused.
  • Add support for these PHP extensions.
    • 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
  • 7961bc1 Merge pull request #260 from shivammathur/develop
  • 87f8073 Bump version to 2.4.0
  • 25d9bbc Update README and licensing information
  • d2f865c Remove phpbrew config
  • a13373a Merge pull request #259 from localheinz/fix/sort
  • a764546 Fix: Keep extensions and options sorted
  • 380b680 Merge pull request #258 from localheinz/fix/typo
  • 4dcf9cd Fix: Typo
  • f3641e0 Merge pull request #257 from localheinz/feature/composer-unused
  • d35633e Merge branch 'develop' into feature/composer-unused
  • 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 #4 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##              master        #4   +/-   ##
===========================================
  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...731cdc5. Read the comment docs.

dependabot[bot] commented 4 years ago

Superseded by #6.