erlef / setup-beam

Set up your BEAM-based GitHub Actions workflow (Erlang, Elixir, Gleam, ...)
MIT License
373 stars 50 forks source link

Reduce action description in action.yml (GHA Marketplace constraint) #294

Closed starbelly closed 2 months ago

starbelly commented 2 months ago

Description

A brief description of your changes.

Github marketplace requires a description be no longer than 125 chars.

starbelly commented 2 months ago

Note: I also removed OTP 20 and elixir 1.14 from the test matrix. It was failing, but also they are both terribly old now.

paulo-ferraz-oliveira commented 2 months ago

Note: I also removed OTP 20 and elixir 1.14 from the test matrix. It was failing, but also they are both terribly old now.

If you wanna do this (I don't think there's a maintenance range in place) I'd suggest getting rid of pre-20 info. in the README, too, as well as some of the unit tests (setup-beam.test.js).