Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

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

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 #312 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##                main      #312   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        41        41           
===========================================
  Files              4         4           
  Lines            159       144   -15     
===========================================
- Hits             159       144   -15     
Impacted Files Coverage Δ Complexity Δ
src/Helper.php 100.00% <0.00%> (ø) 37.00% <0.00%> (ø%)
src/Exception/NonExistentDirectory.php 100.00% <0.00%> (ø) 1.00% <0.00%> (ø%)
src/Exception/InvalidExcludeClassName.php 100.00% <0.00%> (ø) 2.00% <0.00%> (ø%)
src/Exception/NonExistentExcludeClass.php 100.00% <0.00%> (ø) 1.00% <0.00%> (ø%)

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 972dfb1...4ea9736. Read the comment docs.

@ergebnis-bot ergebnis-bot self-requested a review September 7, 2020 05:11
@ergebnis-bot ergebnis-bot self-assigned this Sep 7, 2020
@ergebnis-bot ergebnis-bot merged commit 0168e9a 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:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant