Bump Elixir versions used by Actions workflows

This commit is contained in:
Michael Klishin 2022-06-05 16:06:27 +04:00
parent b5ddd15523
commit 09f125bed3
No known key found for this signature in database
GPG Key ID: 8ADA141E1AD87C94
4 changed files with 4 additions and 4 deletions

View File

@ -82,7 +82,7 @@ jobs:
uses: erlef/setup-beam@v1.11 uses: erlef/setup-beam@v1.11
with: with:
otp-version: ${{ matrix.erlang_version }} otp-version: ${{ matrix.erlang_version }}
elixir-version: 1.11.4 elixir-version: 1.12.3
- name: MOUNT BAZEL CACHE - name: MOUNT BAZEL CACHE
uses: actions/cache@v3.0.3 uses: actions/cache@v3.0.3
with: with:

View File

@ -85,7 +85,7 @@ jobs:
uses: erlef/setup-beam@v1.11 uses: erlef/setup-beam@v1.11
with: with:
otp-version: ${{ matrix.erlang_version }} otp-version: ${{ matrix.erlang_version }}
elixir-version: 1.11.4 elixir-version: 1.12.3
- name: MOUNT BAZEL CACHE - name: MOUNT BAZEL CACHE
uses: actions/cache@v3.0.3 uses: actions/cache@v3.0.3
with: with:

View File

@ -5,4 +5,4 @@ otp_sha256: e59bedbb871af52244ca5284fd0a572d52128abd4decf4347fe2aef047b65c58
# https://github.com/rabbitmq/rabbitmq-server/blob/master/deps/rabbitmq_cli/mix.exs#L14 # https://github.com/rabbitmq/rabbitmq-server/blob/master/deps/rabbitmq_cli/mix.exs#L14
# Which is the latest Elixir release? # Which is the latest Elixir release?
# https://github.com/elixir-lang/elixir/tags # https://github.com/elixir-lang/elixir/tags
elixir: '1.13.3' elixir: '1.13.4'

View File

@ -3,4 +3,4 @@ otp: '23.2'
otp_sha256: 79f2233a960cc427607d52a7b7e9e5b08afba96a4d87ced4efb64e902b44160c otp_sha256: 79f2233a960cc427607d52a7b7e9e5b08afba96a4d87ced4efb64e902b44160c
# Which is the min supported Elixir? # Which is the min supported Elixir?
# https://github.com/rabbitmq/rabbitmq-server/blob/master/deps/rabbitmq_cli/mix.exs#L14 # https://github.com/rabbitmq/rabbitmq-server/blob/master/deps/rabbitmq_cli/mix.exs#L14
elixir: '1.10.4' elixir: '1.12.3'