ci: upgrade to Elixir 1.19.5 and OTP 28.3 to match .tool-versions

This commit is contained in:
Graham McIntire 2026-03-05 09:32:24 -06:00
parent ba79c6da6b
commit ee4a7b8040
No known key found for this signature in database

View file

@ -38,8 +38,8 @@ jobs:
- name: Set up Elixir
uses: https://github.com/erlef/setup-beam@v1
with:
otp-version: '27.1'
elixir-version: '1.17.3'
otp-version: '28.3'
elixir-version: '1.19.5'
- name: Install system dependencies
run: |