File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2929 strategy :
3030 matrix :
3131 include :
32- - elixir : ' 1.15.4 '
33- otp : ' 26 '
32+ - elixir : ' 1.18.3 '
33+ otp : ' 27 '
3434
3535 steps :
3636 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1- elixir 1.15.4 -otp-26
2- erlang 26.0.2
1+ elixir 1.18.3 -otp-27
2+ erlang 27.3.4
Original file line number Diff line number Diff line change 1111# - https://pkgs.org/ - resource for finding needed packages
1212# - Ex: hexpm/elixir:1.14.3-erlang-25.2.3-debian-bullseye-20230202-slim
1313#
14- ARG ELIXIR_VERSION=1.15.2
15- ARG OTP_VERSION=26.0.2
16- ARG DEBIAN_VERSION=bookworm-20230612 -slim
14+ ARG ELIXIR_VERSION=1.18.3
15+ ARG OTP_VERSION=27.3.4
16+ ARG DEBIAN_VERSION=bookworm-20250428 -slim
1717
1818ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
1919ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"
You can’t perform that action at this time.
0 commit comments