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

2.7.0 #313

Merged
merged 21 commits into from Oct 19, 2020
Merged

2.7.0 #313

merged 21 commits into from Oct 19, 2020

Conversation

shivammathur
Copy link
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

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
No open projects
setup-php-tasks
  
Awaiting triage
Development

Successfully merging this pull request may close these issues.

Add a way to turn off graceful logging PHP 8.1
2 participants