Skip to content

Conversation

@kianmeng
Copy link
Contributor

@kianmeng kianmeng commented Aug 23, 2024

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

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
push:
branches:
- "*"
- "master"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Remove duplicate CI jobs.

description: "A GraphQL client for elixir.",
version: @version,
elixir: "~> 1.7",
elixir: "~> 1.13",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Latest Credo requires 1.13.

elixir: "~> 1.13",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
test_coverage: [tool: Coverex.Task],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm unsure whether you want to retain Coverex, https://github.com/alfert/coverex, which have not been updated for 6 years.

@kianmeng
Copy link
Contributor Author

@uesteibar Any updates on this?

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.

1 participant