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.5.0 #283

Merged
merged 15 commits into from Sep 7, 2020
Merged

2.5.0 #283

merged 15 commits into from Sep 7, 2020

Conversation

shivammathur
Copy link
Owner

@shivammathur shivammathur commented Sep 7, 2020

- name: Setup PHP with phing
  uses: shivammathur/setup-php@v2
  with:
    php-version: '7.4'
    tools: phing
  • Add support to install intl extension with different ICU versions for PHP 5.6 to PHP 7.4 on Ubuntu.
    ICU 50.2 and newer versions are supported. Refer to ICU builds for the specific versions supported. Closes Make ICU version configurable #282.
- name: Setup PHP with intl and ICU 67.1
  uses: shivammathur/setup-php@v2
  with:
    php-version: '7.4'
    extensions: intl-67.1
  • Add printf to PATH if not found in Windows.
  • Add status page badge in README.
  • Revert to Powershell PhpManager to install PHP 8 on Windows. (Ref: Use master from @shivammathur mlocati/powershell-phpmanager#62).
  • Switch from tags to releases and use release assets to get Powershell PhpManager.
  • Fix installing extensions from Dotdeb PPA for PHP 5.4 and PHP 5.5. Ref: How to enable xsl on php5.5 #281.
  • Fix removing extensions for Ubuntu self-hosted runners.
  • Replace fedora references with a valid platform name to validate against process.platform.
  • Refactor tools.ts and win32.ps1.
  • Bump Typescript version to 4.0.1.
  • Bump version to 2.5.0.

Thanks @mlocati for the contributions 🎉

shivammathur and others added 8 commits September 6, 2020 19:29
I just started to publish PhpManager to GitHub Releases too
Downloading such assets is preferable since:
- they contain updated metadata (useful for debugging)
- they contain only the production files
- they are pre-built: GitHub doesn't have to create a ZIP from a tag
…releases

Use releases instead of tags to download PowerShell PhpManager
…release-assets

Download release assets for PowerShell PhpManager
@codecov
Copy link

codecov bot commented Sep 7, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #283   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          473       476    +3     
=========================================
+ Hits           473       476    +3     
Impacted Files Coverage Δ
src/extensions.ts 100.00% <ø> (ø)
src/tools.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 ffded4a...7686d22. Read the comment docs.

@shivammathur shivammathur merged commit 1c76a2a into master Sep 7, 2020
@shivammathur shivammathur self-assigned this Sep 7, 2020
shivammathur added a commit that referenced this pull request Sep 10, 2020
shivammathur added a commit that referenced this pull request Oct 15, 2020
shivammathur added a commit that referenced this pull request Oct 15, 2020
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.

Make ICU version configurable add phing as tool
2 participants