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

Bump shivammathur/setup-php from 2.5.0 to 2.10.0 #139

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2021

Bumps shivammathur/setup-php from 2.5.0 to 2.10.0.

Release notes

Sourced from shivammathur/setup-php's releases.

2.10.0

  • Add support to compile extensions from source. Docs (#399).
- name: Setup PHP with mongodb compiled from source
  uses: shivammathur/setup-php@v2
  with:
    php-version: '7.4'  
    extensions: mongodb-mongodb/mongo-php-driver@v1.9
  • Add support to setup Xdebug 2.x on PHP 7.2 to PHP 7.4. Docs.
name: Setup PHP with Xdebug 2.x
uses: shivammathur/setup-php@v2
with:
  php-version: '7.4'
  coverage: xdebug2
  • Add support for quoted CSV in ini-values to allow directives with commas (#392, #405).
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.0'
    ini-values: xdebug.mode="develop,coverage"
  • Add support to specify version in d.x notation. For example 5.x, 7.4 and 8.x (#395).
- name: Setup PHP 7.4
  uses: shivammathur/setup-php@v2
  with:
    php-version: '7.x'
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.0'
    extensions: intl-68.2
  • Add support for pdo_firebird for all configurations.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.0'
    extensions: pdo_firebird
  • Add support for self-hosted runners on macOS ARM64 Docs.
  • Add support for blackfire on PHP 8.0.

... (truncated)

Commits
  • fa18c2b Remove bintray from manifest and win32.ps1
  • 399ab79 Improve support for couchbase, pdo_firdbird, pdo_oci and phalcon3
  • 9601a19 Bump version to 2.10.0
  • 60ff151 Update README
  • 121cb19 Fix composer tools setup
  • 739ccac Refactor tools
  • cff0bde Use composer for codeception setup
  • 70d858d Add support for msgpack and redis on macOS for PHP 5.6+
  • 3340d60 Improve support for pecl_http on linux and macOS
  • 57c17e3 Add support for pecl_http on Windows for PHP 7.1 to 8.0
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Feb 23, 2021
@codecov
Copy link

codecov bot commented Feb 23, 2021

Codecov Report

Merging #139 (f8b4020) into master (7f760d2) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #139   +/-   ##
=========================================
  Coverage     93.31%   93.31%           
  Complexity      324      324           
=========================================
  Files            12       12           
  Lines           748      748           
=========================================
  Hits            698      698           
  Misses           50       50           

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 7f760d2...c361004. Read the comment docs.

github-actions[bot]
github-actions bot previously approved these changes Feb 23, 2021
@dependabot dependabot bot force-pushed the dependabot/github_actions/shivammathur/setup-php-2.10.0 branch from 352c198 to b09d738 Compare February 23, 2021 16:18
github-actions[bot]
github-actions bot previously approved these changes Feb 23, 2021
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.5.0 to 2.10.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.5.0...fa18c2b)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/shivammathur/setup-php-2.10.0 branch from b09d738 to c361004 Compare February 23, 2021 16:21
@jaydiablo jaydiablo merged commit 6c97341 into master Feb 23, 2021
@dependabot dependabot bot deleted the dependabot/github_actions/shivammathur/setup-php-2.10.0 branch February 23, 2021 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant