We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7f307b + 13f816a commit e770479Copy full SHA for e770479
.github/workflows/ci.yml
@@ -25,6 +25,7 @@ jobs:
25
- { elixir: 1.16, otp: 24 }
26
- { elixir: 1.16, otp: 25 }
27
- { elixir: 1.16, otp: 26 }
28
+ - { elixir: "1.18", otp: "27" }
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
mix.exs
@@ -6,7 +6,7 @@ defmodule PolymorphicEmbed.MixProject do
6
def project do
7
[
8
app: :polymorphic_embed,
9
- elixir: "~> 1.9",
+ elixir: "~> 1.13",
10
deps: deps(),
11
aliases: aliases(),
12
elixirc_paths: elixirc_paths(Mix.env()),
0 commit comments