From f58312ca824b9548bdeaa0320d571043215a8a2e Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Tue, 2 Jun 2026 17:06:06 -0500 Subject: [PATCH] bump elixir/erlang version in ci --- .forgejo/workflows/production.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/production.yaml b/.forgejo/workflows/production.yaml index 88f2f8f1..f4557b8f 100644 --- a/.forgejo/workflows/production.yaml +++ b/.forgejo/workflows/production.yaml @@ -42,14 +42,14 @@ jobs: uses: https://github.com/erlef/setup-beam@v1 with: version-type: strict - elixir-version: '1.18.1' - otp-version: '27.2' + elixir-version: "1.19.5" + otp-version: "28.5" - name: Cache Mix uses: https://github.com/actions/cache@v4 with: path: ~/.mix - key: ${{ runner.os }}-mix-1.18.1-27.2 + key: ${{ runner.os }}-mix-1.19.5-28.5 restore-keys: ${{ runner.os }}-mix- - name: Cache deps