mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-23 07:06:07 +00:00
Update versions as to not have CI fail (while fixing "non-failing" CI) (#164)
* Make README links usable * Update versions under test Otherwise it silently fails with "Error: Requested Erlang/OTP version (23.2) not found in version list (should you be using option 'version-type': 'strict'?)", which is not too important since this happens when setup-beam.js is included (which happens in the test environment only) * Fix failing Gleam test I think `gleam check` requires OTP (execution complains about missing `escript`) where `gleam format` does not
This commit is contained in:
committed by
GitHub
parent
96fce952fd
commit
aee3f52e58
@@ -1,6 +1,6 @@
|
||||
simulateInput('otp-version', '23.2')
|
||||
simulateInput('elixir-version', '1.11')
|
||||
simulateInput('rebar3-version', '3.14')
|
||||
simulateInput('otp-version', '25.1.2')
|
||||
simulateInput('elixir-version', '1.14.2')
|
||||
simulateInput('rebar3-version', '3.20')
|
||||
simulateInput('install-rebar', 'true')
|
||||
simulateInput('install-hex', 'true')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user