Skip to content

Commit

Permalink
Preparing Release v1.4.40
Browse files Browse the repository at this point in the history
  Dropped support for Elixir < 1.13
  • Loading branch information
RobertDober committed Jul 2, 2024
1 parent 72f48d6 commit 8382991
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: 1.11.x
otp: 22
os: ubuntu-20.04
- elixir: 1.11.x
otp: 23
os: ubuntu-20.04
- elixir: 1.12.x
otp: 23
os: ubuntu-20.04
- elixir: 1.13.x
otp: 24
os: ubuntu-20.04
Expand Down
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

## [EarmarkParser](https://hex.pm/packages/earmark_parser) 1.4.40 2024-07-02

- **Gladly** following [`ex_doc`](https://github.com/elixir-lang/ex_doc/blob/main/mix.exs) to drop support for
Elixir versions < 1.13

- More Github actions with fail-on-warning to avoid the need for fixes like the one below :blush:

- [Fixed warning because of bad config of using dialxir](https://github.com/RobertDober/earmark_parser/pull/150)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defmodule EarmarkParser.MixProject do
app: :earmark_parser,
version: @version,
compilers: [:leex, :yecc] ++ Mix.compilers(),
elixir: "~> 1.11",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
deps: @deps,
description: "AST parser and generator for Markdown",
Expand Down

0 comments on commit 8382991

Please sign in to comment.