Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 17, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
shivammathur/setup-php action patch 2.21.1 -> 2.21.2

Release Notes

shivammathur/setup-php

v2.21.2

Compare Source

Support Ukraine

#StandWithUkraine


  • Added support for rector in tools input. #​627
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: 8.1
    tools: rector
  • Added support for ast extension on macOS using shivammathur/extensions tap.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: 8.1
    extensions: ast
  • Fixed support for symfony-cli on Linux #​632
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: 8.1
    tools: symfony
  • Fixed installing unstable extensions from PECL. #​625
  • Updated Node.js dependencies.

Follow for updates

setup-php reddit setup-php twitter setup-php status


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@coveralls
Copy link

coveralls commented Aug 17, 2022

Pull Request Test Coverage Report for Build 2876474750

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.465%

Totals Coverage Status
Change from base Build 2761540169: 0.0%
Covered Lines: 421
Relevant Lines: 441

💛 - Coveralls

@codecov
Copy link

codecov bot commented Aug 17, 2022

Codecov Report

Merging #25 (4779bb2) into master (0da0317) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master      #25   +/-   ##
=========================================
  Coverage     95.85%   95.85%           
  Complexity      235      235           
=========================================
  Files            10       10           
  Lines           482      482           
=========================================
  Hits            462      462           
  Misses           20       20           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@voku voku merged commit 792468d into master Aug 30, 2022
@renovate renovate bot deleted the renovate/shivammathur-setup-php-2.x branch August 30, 2022 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants