Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

github-actions(deps): bump shivammathur/setup-php from 2.10.0 to 2.11.0#71

Merged
codedge merged 1 commit intomasterfrom
dependabot/github_actions/shivammathur/setup-php-2.11.0
Apr 27, 2021
Merged

github-actions(deps): bump shivammathur/setup-php from 2.10.0 to 2.11.0#71
codedge merged 1 commit intomasterfrom
dependabot/github_actions/shivammathur/setup-php-2.11.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2021

Bumps shivammathur/setup-php from 2.10.0 to 2.11.0.

Release notes

Sourced from shivammathur/setup-php's releases.

2.11.0

  • Improve cache in shivammathur/php-ubuntu for PHP 5.6 to PHP 8.0. Using cache should reduce setup-php runtime when the PHP version is not installed on the runner or update: true is set from 1-2 minutes to less than 5 seconds.

  • Add support to compile and install extensions from source from any git repository, from a sub-directory in a repository, with required libraries and configuration. Refer to this guide for more details and examples. #418, Closes #419

  • Add support to set up composer packages using tools input. Closes #442

- name: Setup PHP with tools
  uses: shivammathur/setup-php@v2
  with:
    php-version: '7.4'
    tools: phpunit/phpunit
  • Add support to skip composer setup by specifying tools: none. Closes #446
- name: Setup PHP with no tools using composer
  uses: shivammathur/setup-php@v2
  with:
    php-version: '7.4'
    tools: none
  • Add support for testing different ICU versions with PHP 8.1 on Ubuntu.
- name: Setup PHP 8.1 with ICU 69.1
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.1'
    extensions: intl-69.1
  • Improve logs for compiling extensions from source. Now this process is verbose and the logs are grouped.
  • Improve extension support.
    • Add support for pdo_firebird.
    • Improve support for geos to compile on PHP 8.0 and 8.1.
    • Fix cubrid setup on Ubuntu 16.04.
    • Fix gearman support on Ubuntu.
    • Use GitHub releases for all couchbase versions.
    • Use shivammathur/extensions tap for apcu, phalcon, psr, memcache and memcached on macOS.
    • Fix phalcon3 on Windows.
    • Revert to ppa:ondrej/ppa for phalcon3 on Ubuntu.
    • Revert pcov patch for PHP 8 on Windows as the DLL is now available on PECL.
  • Add PHP commit hash in logs on PHP 8.1 (nightly) on Ubuntu. #433
  • Fix versions in logs of tools installed using composer.
  • Fix linking of old libraries on macOS.

... (truncated)

Commits
  • b0559f7 Bump version to 2.11.0
  • a41bc75 Update README
  • 6ebd1e5 Fix versions of composer tools
  • 9ad8104 Use shivammathur/extensions for memcache and memcached on darwin
  • 8cfcbb0 Add support for tools: none
  • 254ecd5 Fix phalcon3 on windows
  • 0461bf1 Fix blackfire extension version to 1.50.0 for PHP 5.3 to 5.6
  • 7e5351f Do not lowercase source extension input
  • fe944a1 Use EXTENSION_PATH to specify subdirectory in add_extension_from_source
  • 9090909 Update SECURITY.md
  • 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.10.0 to 2.11.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.10.0...b0559f7)

Signed-off-by: dependabot[bot] <support@github.com>
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 27, 2021

Codecov Report

Merging #71 (c2bb30c) into master (482d443) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #71   +/-   ##
=========================================
  Coverage     72.50%   72.50%           
  Complexity       67       67           
=========================================
  Files            14       14           
  Lines           240      240           
=========================================
  Hits            174      174           
  Misses           66       66           
Flag Coverage Δ Complexity Δ
unittests 72.50% <ø> (ø) 67.00 <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 482d443...c2bb30c. Read the comment docs.

@codedge codedge merged commit a29f690 into master Apr 27, 2021
@dependabot dependabot Bot deleted the dependabot/github_actions/shivammathur/setup-php-2.11.0 branch April 27, 2021 09:57
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.

2 participants