Skip to content

Remove PHP 5.4 and add PHP 7.1 and 7.2 to CI build matrix #395

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

Merged
merged 1 commit into from
Aug 25, 2017

Conversation

jmikola
Copy link
Member

@jmikola jmikola commented Aug 17, 2017

https://jira.mongodb.org/browse/PHPLIB-279

This also switches to container-based build environments, which allow installing multiple versions of MongoDB via the apt addon.

/cc @alcaeus: I based this on doctrine/mongodb#301 but found a way to still test MongoDB 2.4 (if you care about that sort of thing ^_^).

@jmikola jmikola changed the title PHPLIB-279: Add PHP 7.1 and 7.2 to Travis CI build matrix Remove PHP 5.4 and add PHP 7.1 and 7.2 to CI build matrix Aug 17, 2017
.travis.yml Outdated
addons:
apt:
sources: [ mongodb-upstart ]
packages: [ mongodb-org, *common_packages ]
Copy link
Contributor

Choose a reason for hiding this comment

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

this one looks duplicated from lines 34-38

Copy link
Member Author

Choose a reason for hiding this comment

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

Line 38 uses mongodb-10gen (MongoDB 2.4), while this uses mongodb-org (2.6).

This also switches to container-based build environments, which allow installing multiple versions of MongoDB via the apt addon.
@jmikola jmikola merged commit 08cb987 into mongodb:master Aug 25, 2017
jmikola added a commit that referenced this pull request Aug 25, 2017
@jmikola jmikola deleted the phplib-279 branch August 25, 2017 21:28
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.

2 participants