From 81b3580d6a42233dcec8338eafd032ddd6662ccc Mon Sep 17 00:00:00 2001 From: RobertDober Date: Fri, 20 Dec 2024 19:48:17 +0100 Subject: [PATCH] Preparing release 1.4.42 added new 1.18.0 versions to CI --- .github/workflows/elixir.yml | 6 +++++- RELEASE.md | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 529bfde..c5df53c 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -29,7 +29,11 @@ jobs: otp: 27 os: ubuntu-latest warnings_as_errors: true - - elixir: 1.18.0-rc.0-otp-27 + - elixir: 1.18.0-otp-25 + otp: 25 + os: ubuntu-latest + warnings_as_errors: true + - elixir: 1.18.0-otp-27 otp: 27 os: ubuntu-latest warnings_as_errors: true diff --git a/RELEASE.md b/RELEASE.md index f7758e0..454ec2c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -5,7 +5,9 @@ - [Parsing HTML] -## [EarmarkParser](https://hex.pm/packages/earmark_parser) 1.4.42 2024-12-11 +## [EarmarkParser](https://hex.pm/packages/earmark_parser) 1.4.42 2024-12-20 + +- Added runners for 1.18 to the github CI workflows - Optimize Line Scanner by precompilation of the rgxen used, actually performance did not change but this was also a conceptionally cleaner refactoring.