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.3 #152

Merged
merged 11 commits into from
Jan 17, 2020
Merged

1.7.3 #152

merged 11 commits into from
Jan 17, 2020

Conversation

shivammathur
Copy link
Owner

@shivammathur shivammathur commented Jan 17, 2020

  • Update Xdebug if runner has old version on linux.
  • Remove fetch-depth for actions/checkout@v2 in test workflows.
  • Disable process-timeout limit in composer
  • Install phalcon v4 from PECL on windows
  • Fix logs on windows for pre-installed version
  • Fix Xdebug on PHP 7.0 on darwin. Fixes Xdebug in PHP7.0 on macOS fails to install #150
  • Fix Xdebug and phalcon logs on linux
  • Add support for phpize and php-config. Fixes php-config for PHP 7.0/7.1 is wrong #147
  • Bump version to 1.7.3

@shivammathur shivammathur self-assigned this Jan 17, 2020
@codecov
Copy link

codecov bot commented Jan 17, 2020

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #152   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           6      6           
  Lines         315    327   +12     
=====================================
+ Hits          315    327   +12
Impacted Files Coverage Δ
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 2ee4653...f23ae2e. Read the comment docs.

@shivammathur shivammathur merged commit 8489dbf into master Jan 17, 2020
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.

Xdebug in PHP7.0 on macOS fails to install php-config for PHP 7.0/7.1 is wrong
2 participants