Open
Conversation
List of changes: - add latest Elixir 1.17 / Erlang OTP 27 to CI matrix - bump all deps and github/actions - code format based on elixir 1.17 - replace deprecated `:plt_add_deps` option - run CI on push to master or pull request only - set min Elixir requirement to 1.13 - use Ubuntu-20.04 as base OS image due to deprecation of Ubuntu 18.04
kianmeng
commented
Aug 23, 2024
| push: | ||
| branches: | ||
| - "*" | ||
| - "master" |
Contributor
Author
There was a problem hiding this comment.
Remove duplicate CI jobs.
kianmeng
commented
Aug 23, 2024
| description: "A GraphQL client for elixir.", | ||
| version: @version, | ||
| elixir: "~> 1.7", | ||
| elixir: "~> 1.13", |
Contributor
Author
There was a problem hiding this comment.
Latest Credo requires 1.13.
kianmeng
commented
Aug 23, 2024
| elixir: "~> 1.13", | ||
| build_embedded: Mix.env() == :prod, | ||
| start_permanent: Mix.env() == :prod, | ||
| test_coverage: [tool: Coverex.Task], |
Contributor
Author
There was a problem hiding this comment.
I'm unsure whether you want to retain Coverex, https://github.com/alfert/coverex, which have not been updated for 6 years.
Contributor
Author
|
@uesteibar Any updates on this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
List of changes:
:plt_add_depsoption