Skip to content

Commit e770479

Browse files
authored
Merge pull request #124 from mathieuprog/al/ci
Update Elixir requirement to 1.13+
2 parents d7f307b + 13f816a commit e770479

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- { elixir: 1.16, otp: 24 }
2626
- { elixir: 1.16, otp: 25 }
2727
- { elixir: 1.16, otp: 26 }
28+
- { elixir: "1.18", otp: "27" }
2829
env:
2930
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3031

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule PolymorphicEmbed.MixProject do
66
def project do
77
[
88
app: :polymorphic_embed,
9-
elixir: "~> 1.9",
9+
elixir: "~> 1.13",
1010
deps: deps(),
1111
aliases: aliases(),
1212
elixirc_paths: elixirc_paths(Mix.env()),

0 commit comments

Comments
 (0)