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

This commit is contained in:
Graham McIntire 2026-07-27 07:56:39 -05:00
parent 541ce93051
commit 91550bcdb1
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -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