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

Expand build matrix #151

Merged
merged 2 commits into from
Dec 30, 2018
Merged

Expand build matrix #151

merged 2 commits into from
Dec 30, 2018

Conversation

doomspork
Copy link
Member

Going the opposite way of #150 by actually expanding the matrix to include the latest Elixir and OTP releases. As mentioned on #150, we intentionally want multiple OTP releases so we can ensure the project compiles on different combinations of Elixir and OTP.

@doomspork doomspork force-pushed the feature/add-elixir-otp-versions branch 2 times, most recently from a6b971a to 7418ce4 Compare December 29, 2018 17:33
- 19.3
- 18.3

matrix:
exclude:
- elixir: 1.6
otp_release: 18.3
- elixir: 1.5
otp_release: 21.1
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you need to add an exclusion for 1.7 and OTP < 19 here too. See https://hexdocs.pm/elixir/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp

Copy link
Member Author

Choose a reason for hiding this comment

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

Are you sure? All the tests currently pass @jherdman

Copy link
Member Author

Choose a reason for hiding this comment

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

image

Copy link
Contributor

@snewcomer snewcomer left a comment

Choose a reason for hiding this comment

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

just one comment! Looks good 👍

- 19.3
- 18.3

matrix:
exclude:
- elixir: 1.6
otp_release: 18.3
- elixir: 1.5
otp_release: 21.1

env:
global:
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll remove sudo and push it up now 👍

@doomspork doomspork merged commit d300258 into master Dec 30, 2018
@doomspork doomspork deleted the feature/add-elixir-otp-versions branch December 30, 2018 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants