Bump to Elixir v1.16.0 and OTP 26
Also formatted the code, resolved String.slice/2 warning appearing with Elixir v1.16-otp-26 and updated github workflows ci config file
thanks for the contribution, just added one question
@michelson for elixir libraries anyone running older than 3 versions should be left behind. For exqlite I only support latest 3 versions of OTP and Elixir.
https://github.com/elixir-sqlite/exqlite/blob/8cac98612426d41672730d18511204eb23ce77a3/.github/workflows/ci.yml#L52-L53
I would say supporting back to 1.14 should be minimum and anyone on 1.12 needs to update as that does not compile with latest OTP at all and has severe security vulnerabilities.
- https://endoflife.date/elixir
- https://endoflife.date/erlang
@michelson any news if we can get this bump to happen? The string slice warning is now appearing all over my tests.