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

Releases: actions/setup-elixir

Add support for experimental OTP builds

17 Nov 13:38
3c118ce
Compare
Choose a tag to compare

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

30 Sep 15:33
5841733
Compare
Choose a tag to compare

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

Support pre-release versions

17 Sep 16:17
7a03a87
Compare
Choose a tag to compare

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

05 Aug 15:05
230dd25
Compare
Choose a tag to compare

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

18 May 20:45
2071beb
Compare
Choose a tag to compare

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

17 May 15:09
413f332
Compare
Choose a tag to compare

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

Fix Path/Input Parsing

14 May 18:44
67712d1
Compare
Choose a tag to compare

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

Install from Hex

04 Dec 18:59
811b4b8
Compare
Choose a tag to compare

Add problem matchers

02 Dec 19:20
1a3c640
Compare
Choose a tag to compare

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

Initial release

28 Aug 21:11
45a82c0
Compare
Choose a tag to compare
1.0.0

Update action.yml