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

Support Elixir 1.18 in CI #209

Merged

Conversation

kianmeng
Copy link
Contributor

@kianmeng kianmeng commented Jan 7, 2025

List of changes:

  • add Elixir 1.18 to matrix pair in CI
  • bump GitHub Actions
  • resolve typing warning

List of changes:
- add Elixir 1.18 to matrix pair in CI
- bump GitHub Actions
- resolve typing warning
@@ -83,7 +83,7 @@ defmodule StarWars.Database do
end

def get_factions(names) do
factions = data().factions |> Map.values()
factions = data().faction |> Map.values()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

$ mix test                                              Compiling 1 file (.ex)
    warning: unknown key .factions in expression:
                        
        data().factions                         

    the given type does not have the given key:

        dynamic(%{faction: %{...}, ship: %{...}})

    typing violation found at:
    │
 86 │     factions = data().factions |> Map.values()
    │                       ~~~~~~~~
    │
    └─ test/support/star_wars/database.ex:86:23: StarWars.Database.get_factions/1

Generated absinthe_relay app
Running ExUnit with seed: 631549, max_cases: 16
Excluding tags: [pending: true]

@benwilson512 benwilson512 merged commit 0bdad97 into absinthe-graphql:main Jan 14, 2025
2 checks passed
@benwilson512
Copy link
Contributor

Thanks!

@kianmeng
Copy link
Contributor Author

🥳 🥳 🥳 🥳 🥳

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.

2 participants