Open Raphexion opened 10 months ago
I suggest that we follow the official Compatibility and deprecations document:
In my mind we should only support the last three (non-development releases):
(Clearly the exact version will change in the future, but to give an example of the last three)
For example in our github actions, we should use this as our basis for our matrix:
steps: - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}}
I suggest that we follow the official Compatibility and deprecations document:
In my mind we should only support the last three (non-development releases):
1.17Development(Clearly the exact version will change in the future, but to give an example of the last three)
For example in our github actions, we should use this as our basis for our matrix: