fix: update GitHub CI to elixir 1.20 / erlang 29
Some checks are pending
Build and Push / Build and Push Docker Image (push) Waiting to run
Some checks are pending
Build and Push / Build and Push Docker Image (push) Waiting to run
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
|
||||
# and running the workflow steps.
|
||||
matrix:
|
||||
otp: ["27.3.4"]
|
||||
elixir: ["1.19.0-rc.0"]
|
||||
otp: ["29.0"]
|
||||
elixir: ["1.20"]
|
||||
steps:
|
||||
# Step: Setup Elixir + Erlang using erlef/setup-beam
|
||||
- name: Set up Elixir and Erlang
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue