Skip to content
This repository was archived by the owner on Jul 2, 2026. It is now read-only.

Commit 2572bad

Browse files
committed
removed inactive GHAs
1 parent bc03826 commit 2572bad

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/elixir.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- elixir: 1.12.x
18-
otp: 23
19-
os: ubuntu-20.04
20-
- elixir: 1.13.x
21-
otp: 24
22-
os: ubuntu-20.04
2317
- elixir: 1.14.x
2418
otp: 25
2519
os: ubuntu-latest

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defmodule Earmark.Mixfile do
3434
app: :earmark,
3535
version: @version,
3636
compilers: [:leex, :yecc] ++ Mix.compilers(),
37-
elixir: "~> 1.12",
37+
elixir: "~> 1.14",
3838
elixirc_paths: elixirc_paths(Mix.env()),
3939
escript: escript_config(),
4040
deps: @deps,

0 commit comments

Comments
 (0)