fix: update GitHub CI to elixir 1.20 / erlang 29
Some checks failed
Build and Push / Build and Push Docker Image (push) Has been cancelled
Some checks failed
Build and Push / Build and Push Docker Image (push) Has been cancelled
This commit is contained in:
parent
541ce93051
commit
91550bcdb1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/elixir.yaml
vendored
4
.github/workflows/elixir.yaml
vendored
|
|
@ -45,8 +45,8 @@ jobs:
|
||||||
# Specify the OTP and Elixir versions to use when building
|
# Specify the OTP and Elixir versions to use when building
|
||||||
# and running the workflow steps.
|
# and running the workflow steps.
|
||||||
matrix:
|
matrix:
|
||||||
otp: ["27.3.4"]
|
otp: ["29.0"]
|
||||||
elixir: ["1.19.0-rc.0"]
|
elixir: ["1.20"]
|
||||||
steps:
|
steps:
|
||||||
# Step: Setup Elixir + Erlang using erlef/setup-beam
|
# Step: Setup Elixir + Erlang using erlef/setup-beam
|
||||||
- name: Set up Elixir and Erlang
|
- name: Set up Elixir and Erlang
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue