Skip to content

Commit 1f0b0f5

Browse files
committed
Require Elixir 1.13
1 parent 8c543b9 commit 1f0b0f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
otp: "27.3"
2424
lint: lint
2525
- pair:
26-
elixir: "1.11.4"
26+
elixir: "1.13.4"
2727
otp: "25.3"
2828
steps:
2929
- uses: actions/checkout@v4

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule LoggerTelegramBackend.Mixfile do
88
[
99
app: :logger_telegram_backend,
1010
version: @version,
11-
elixir: "~> 1.11",
11+
elixir: "~> 1.13",
1212
start_permanent: Mix.env() == :prod,
1313
deps: deps(),
1414
package: package(),

0 commit comments

Comments
 (0)