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:
Paulo F. Oliveira
2022-12-12 00:33:12 +00:00
committed by GitHub
parent 96fce952fd
commit aee3f52e58
3 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -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')