Bump Elixir versions used by Actions workflows
This commit is contained in:
parent
b5ddd15523
commit
09f125bed3
|
@ -82,7 +82,7 @@ jobs:
|
|||
uses: erlef/setup-beam@v1.11
|
||||
with:
|
||||
otp-version: ${{ matrix.erlang_version }}
|
||||
elixir-version: 1.11.4
|
||||
elixir-version: 1.12.3
|
||||
- name: MOUNT BAZEL CACHE
|
||||
uses: actions/cache@v3.0.3
|
||||
with:
|
||||
|
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
uses: erlef/setup-beam@v1.11
|
||||
with:
|
||||
otp-version: ${{ matrix.erlang_version }}
|
||||
elixir-version: 1.11.4
|
||||
elixir-version: 1.12.3
|
||||
- name: MOUNT BAZEL CACHE
|
||||
uses: actions/cache@v3.0.3
|
||||
with:
|
||||
|
|
|
@ -5,4 +5,4 @@ otp_sha256: e59bedbb871af52244ca5284fd0a572d52128abd4decf4347fe2aef047b65c58
|
|||
# https://github.com/rabbitmq/rabbitmq-server/blob/master/deps/rabbitmq_cli/mix.exs#L14
|
||||
# Which is the latest Elixir release?
|
||||
# https://github.com/elixir-lang/elixir/tags
|
||||
elixir: '1.13.3'
|
||||
elixir: '1.13.4'
|
||||
|
|
|
@ -3,4 +3,4 @@ otp: '23.2'
|
|||
otp_sha256: 79f2233a960cc427607d52a7b7e9e5b08afba96a4d87ced4efb64e902b44160c
|
||||
# Which is the min supported Elixir?
|
||||
# https://github.com/rabbitmq/rabbitmq-server/blob/master/deps/rabbitmq_cli/mix.exs#L14
|
||||
elixir: '1.10.4'
|
||||
elixir: '1.12.3'
|
Loading…
Reference in New Issue