Skip to content

Commit 5da0a09

Browse files
committed
Use OTP 25
1 parent c89b9fa commit 5da0a09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/elixir.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
otp: "27.3"
2424
lint: lint
2525
- pair:
26-
elixir: "1.11.4"
27-
otp: "24.3.4"
26+
elixir: "1.13.4"
27+
otp: "25.3"
2828
steps:
2929
- uses: actions/checkout@v4
3030

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)