chore: fix build

This commit is contained in:
Zach Daniel 2022-08-10 18:22:25 -04:00
parent 74c0f54de2
commit 25f016d89e
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
otp: ["23"] otp: ["23"]
elixir: ["1.12.0"] elixir: ["1.13.2"]
ash: ["main", "1.53.2"] ash: ["main", "1.53.2"]
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@ -54,7 +54,7 @@ jobs:
strategy: strategy:
matrix: matrix:
otp: ["23"] otp: ["23"]
elixir: ["1.11.0"] elixir: ["1.13.2"]
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps: steps:

View file

@ -81,7 +81,7 @@ defmodule AshGraphql.MixProject do
# Run "mix help deps" to learn about dependencies. # Run "mix help deps" to learn about dependencies.
defp deps do defp deps do
[ [
{:ash, ash_version("~> 1.53 and >= 1.53.1")}, {:ash, ash_version("~> 1.53 and >= 1.53.2")},
{:absinthe_plug, "~> 1.4"}, {:absinthe_plug, "~> 1.4"},
{:absinthe, "~> 1.7"}, {:absinthe, "~> 1.7"},
{:dataloader, "~> 1.0"}, {:dataloader, "~> 1.0"},