Skip to content

2.7.0#313

Merged
shivammathur merged 21 commits intomasterfrom
develop
Oct 19, 2020
Merged

2.7.0#313
shivammathur merged 21 commits intomasterfrom
develop

Conversation

@shivammathur
Copy link
Copy Markdown
Owner

@shivammathur shivammathur commented Oct 19, 2020

  • Add support for PHP 8.1.0-dev. Specify php-version: 8.1 to setup. docs. Closes PHP 8.1 #303
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.1'
  • Add support for macOS Big Sur macos-11.0. docs
runs-on: macos-11.0
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '7,4'
    tools: deployer
  env:
    fail-fast: true
  • Add support for igbinary and imagick for PHP 5.6 and newer on macOS using shivammathur/homebrew-extensions.
  • Fix setup for extensions ast, phalcon4, pdo_oci and oci8 after october update in ppa:ondrej/php.
  • Fix problem matchers setup when action is called more than once in the same workflow.
  • Switch to apt-get till apt-fast is updated to 1.9.10 on the runner.
  • Fetch PhpManager from release assets.
  • Remove patch for RLIMIT_CORE bug in sudo, fixed upstream.
  • Minor fixes for typos in scripts.
  • Update README.
  • Bump version to 2.7.0.

Thanks @mlocati for the contribution 🎉


Support the project

setup-php opencollective shivammathur patreon

Follow for updates

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

@shivammathur shivammathur self-assigned this Oct 19, 2020
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 19, 2020

Codecov Report

Merging #313 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #313   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          486       486           
=========================================
  Hits           486       486           
Impacted Files Coverage Δ
src/coverage.ts 100.00% <ø> (ø)
src/extensions.ts 100.00% <ø> (ø)
src/tools.ts 100.00% <100.00%> (ø)
src/utils.ts 100.00% <100.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 073c2e6...c5d41cd. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a way to turn off graceful logging PHP 8.1

2 participants