Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Releases: actions/setup-elixir

Add support for experimental OTP builds

Choose a tag to compare

@jclem jclem released this 17 Nov 13:38
3c118ce

This release includes changes from #46, which introduced experimental-otp: true as an input for this action.

By specifying experimental-otp: true, we will pull in one of the experimental OTP builds based on the image OS you're running in. We will begin ignoring this input once those experimental builds are considered stable in the future.

Use environment files for runner communication

Choose a tag to compare

@joshmgross joshmgross released this 30 Sep 15:33
5841733

This release uses the latest version of the toolkit to support communicating with the runner via Environment files.

Support pre-release versions

Choose a tag to compare

@jclem jclem released this 17 Sep 16:17
7a03a87

This release changes the way that the Elixir version list is parsed, allowing the action to support pre-release versions, such as 1.11.0-rc.0. Thanks to @aaronrenner for this issue.

Runtime version outputs

Choose a tag to compare

@jclem jclem released this 05 Aug 15:05
230dd25

This release adds exact installed versions of the OTP and Elixir runtimes to the action's output as otp-version and elixir-version.

Self-hosted runner support

Choose a tag to compare

@jclem jclem released this 18 May 20:45
2071beb

Previously, running this action didn't work well on self-hosted runners, because the /tmp directory persisted across runs. Now, we install tools into $RUNNER_TEMP, which is empty before each job.

Add notes about quotes to README

Choose a tag to compare

@jclem jclem released this 17 May 15:09
413f332

This release just updates the README to include a note about using quotes around OTP/Elixir versions.

Fix Path/Input Parsing

Choose a tag to compare

@jclem jclem released this 14 May 18:44
67712d1

This includes a fix for getting the right path to Erlang executables, and a fix to an input parsing bug.

Install from Hex

Choose a tag to compare

@jclem jclem released this 04 Dec 18:59
811b4b8

Thanks to @ericmj in #10

Add problem matchers

Choose a tag to compare

@jclem jclem released this 02 Dec 19:20
1a3c640

This release adds problem matchers thanks to @mijailr in #11.

Initial release

Choose a tag to compare

@jclem jclem released this 28 Aug 21:11
45a82c0
1.0.0

Update action.yml