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

Travis CI: Enable builds on PHP nightly #478

Merged
merged 1 commit into from Jul 7, 2020
Merged

Travis CI: Enable builds on PHP nightly #478

merged 1 commit into from Jul 7, 2020

Conversation

Ayesh
Copy link
Contributor

@Ayesh Ayesh commented Jul 5, 2020

Split from #477.

Contains only updates to Travis builds, so we can get quicker feedback on changes. This will start builds on PHP 8, which will fail, but Travis config allows PHP 8 builds to fail.

@Ayesh Ayesh mentioned this pull request Jul 5, 2020
@@ -21,12 +21,16 @@ matrix:
dist: bionic
- php: 7.4
dist: bionic
- php: nightly
env: COMPOSER_FLAGS='--ignore-platform-reqs'
Copy link
Member

Choose a reason for hiding this comment

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

I would rather we do composer config platform.php 7.4.0 as a step before the install - that way we won't ignore missing extensions

@ciaranmcnulty ciaranmcnulty merged commit 9d922c6 into phpspec:master Jul 7, 2020
@ciaranmcnulty
Copy link
Member

Thanks for the contribution @Ayesh

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