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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

github-actions(deps): bump shivammathur/setup-php from 2.4.3 to 2.5.0 #188

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2020

Bumps shivammathur/setup-php from 2.4.3 to 2.5.0.

Release notes

Sourced from shivammathur/setup-php's releases.

2.5.0

  • Add support for phing. Closes #275
- name: Setup PHP with phing
  uses: shivammathur/setup-php@v2
  with:
    php-version: '7.4'
    tools: phing
  • Add support to install intl extension with different ICU versions for PHP 5.6 to PHP 7.4 on Ubuntu. ICU 50.2 and newer versions are supported. Refer to ICU builds for the specific versions supported. Closes #282.
- name: Setup PHP with intl and ICU 67.1
  uses: shivammathur/setup-php@v2
  with:
    php-version: '7.4'
    extensions: intl-67.1
  • Add printf to PATH if not found in Windows.
  • Add status page badge in README.
  • Revert to Powershell PhpManager to install PHP 8 on Windows. (Ref: mlocati/powershell-phpmanager#62).
  • Switch from tags to releases and use release assets to get Powershell PhpManager.
  • Fix installing extensions from Dotdeb PPA for PHP 5.4 and PHP 5.5. Ref: #281.
  • Fix removing extensions for Ubuntu self-hosted runners.
  • Replace fedora references with a valid platform name to validate against process.platform.
  • Refactor tools.ts and win32.ps1.
  • Bump Typescript version to 4.0.1.

Thanks @mlocati for the contributions 馃帀

Commits
  • 1c76a2a Merge pull request #283 from shivammathur/develop
  • 7686d22 Bump version to 2.5.0
  • 2fc2d01 Update README
  • 8da0d5c Move $arch_name to tools/blackfire.ps1
  • 678e33a Make sure printf is in PATH in Windows
  • 720a989 Revert to PhpManager for master on Windows
  • 7b56e44 Improving removing extensions for Ubuntu SH runners
  • acc1fdb Add support to configure icu version
  • e3286d1 Fix cleanup_lists in linux.sh for old PHP
  • 83019fa Merge pull request #279 from mlocati/win32/use-powershell-phpmanager-release-...
  • 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)

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.4.3...1c76a2a)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependency label Sep 7, 2020
@codecov
Copy link

codecov bot commented Sep 7, 2020

Codecov Report

Merging #188 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #188   +/-   ##
=========================================
  Coverage     98.87%   98.87%           
  Complexity       58       58           
=========================================
  Files            14       14           
  Lines           178      178           
=========================================
  Hits            176      176           
  Misses            2        2           

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 9a86f3d...26df74d. Read the comment docs.

@ergebnis-bot ergebnis-bot self-requested a review September 7, 2020 05:09
@ergebnis-bot ergebnis-bot self-assigned this Sep 7, 2020
@ergebnis-bot ergebnis-bot merged commit 6315f27 into main Sep 7, 2020
@ergebnis-bot ergebnis-bot deleted the dependabot/github_actions/shivammathur/setup-php-2.5.0 branch September 7, 2020 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant