nickva commented on PR #5181:
URL: https://github.com/apache/couchdb/pull/5181#issuecomment-2294946956

   > Do we also want to update the Elixir version in `mix.exs` (currently at 
`1.13`) to `1.17`, which [claims to support OTP 
25-27](https://hexdocs.pm/elixir/1.17.2/compatibility-and-deprecations.html#between-elixir-and-erlang-otp)?
   
   We should already be using 1.72:
   
   ```
   jenkins@d999e780ea71:/$ iex
   Erlang/OTP 25 [erts-13.2.2.10] [source] [64-bit] [smp:8:8] [ds:8:8:10] 
[async-threads:1] [jit:ns]
   
   Interactive Elixir (1.17.2) - press Ctrl+C to exit (type h() ENTER for help)
   ```
   
   Not sure what the 1.13 in mix.exs actually does but I don't think it 
actually installs elixir? It shouldn't be able to select an elixir version 
because there is not 1.13 any longer on our CI images. It will just complain if 
we try to compile with elixir < 1.13? We could bump it to 1.17.0 but we might 
accidentally exclude anyone still using 1.15 or something like that.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to