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

(for Nick) Switch to CircleCI #66

Merged
merged 3 commits into from
Mar 22, 2019
Merged

(for Nick) Switch to CircleCI #66

merged 3 commits into from
Mar 22, 2019

Conversation

ehrmann
Copy link
Contributor

@ehrmann ehrmann commented Mar 22, 2019

This PR has a few changes fixing build issues and adding support in CircleCI:

  • Remove support for unsupported PHP versions
  • Set up a Circleci build script that builds sift-php on support (7.1, 7.2, 7.3) php versions
  • Bump sift-php version to mark the change in support
  • Upgrade phpunit
  • Declare ext-curl dependency

@@ -29,13 +29,12 @@
"email": "support@siftscience.com"
},
"require": {
"php": ">=5.0.0"
"php": ">=7.1.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

php5 support was dropped on 2019-01-01: http://php.net/supported-versions.php

@@ -433,7 +1484,8 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.0.0"
"php": ">=5.0.0",
"ext-curl": "*"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sift-php explicitly uses php curl

@ehrmann ehrmann changed the title Switch to Circleci (for Nick) Switch to Circleci Mar 22, 2019
@ehrmann ehrmann changed the title (for Nick) Switch to Circleci (for Nick) Switch to CircleCI Mar 22, 2019
Copy link
Contributor

@nickhurlburt nickhurlburt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ehrmann ehrmann merged commit b38b9b3 into master Mar 22, 2019
@ehrmann ehrmann deleted the dehrmann_circleci branch May 2, 2019 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants