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

1.7.0 #133

Merged
merged 11 commits into from
Dec 31, 2019
Merged

1.7.0 #133

merged 11 commits into from
Dec 31, 2019

Conversation

shivammathur
Copy link
Owner

@shivammathur shivammathur commented Dec 31, 2019

  • Refactor installation scripts.
    • Switching between installed PHP versions should now just take seconds on linux. 🚀
    • Plugin hirak/prestissimo is now optional, can be setup using tools input.
    • Update ppa:ondrej/php only if required.
  • Input pecl is now deprecated, specify pecl in tools input.
  • Fix regex to check installed extensions in linux and darwin.
  • Discard patch if specified in php-version input.
  • Add cross-platform support for ext-phalcon using pre-built binaries/packages. Fixes [NFR] Use Phalcon binary package/dll #128
  • Refactor coverage and extension code.
  • Add support to setup widely used tools globally.
  • Update symfony examples
  • Update existing PHP version on windows. Fixes Windows - PHP 7.4.1 not available on Windows #132
  • Bump version to 1.7.0

@shivammathur shivammathur self-assigned this Dec 31, 2019
@codecov
Copy link

codecov bot commented Dec 31, 2019

Codecov Report

Merging #133 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #133   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      6    +1     
  Lines         203    245   +42     
=====================================
+ Hits          203    245   +42
Impacted Files Coverage Δ
src/coverage.ts 100% <100%> (ø) ⬆️
src/config.ts 100% <100%> (ø) ⬆️
src/utils.ts 100% <100%> (ø) ⬆️
src/extensions.ts 100% <100%> (ø) ⬆️
src/tools.ts 100% <100%> (ø)

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 a507be7...1705dae. Read the comment docs.

README.md Show resolved Hide resolved
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.

Windows - PHP 7.4.1 not available on Windows [NFR] Use Phalcon binary package/dll
2 participants