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

Fix minimum required PHP version #16

Closed
sgiehl opened this issue Nov 7, 2015 · 0 comments · Fixed by #17
Closed

Fix minimum required PHP version #16

sgiehl opened this issue Nov 7, 2015 · 0 comments · Fixed by #17
Labels

Comments

@sgiehl
Copy link
Member

sgiehl commented Nov 7, 2015

I've got a plugin requiring PHP 5.4.0

Generating the travis.yml results in

php:
  - 5.6
  - 5.4.0

5.4.0 is not valid for travis, as it would only work with 5.4

Guess we would need to cut off a .0 for generated travis files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants