From 3738b8fe574708b09dd6acc44dff117255764d4d Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 27 Jul 2026 11:10:51 -0500 Subject: [PATCH] fix: use version-type loose for OTP compatibility --- .forgejo/workflows/ci.yml | 4 ++-- vendor/aprs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 2a3e3b7..a271af6 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Set up Elixir uses: http://forgejo:3000/graham/setup-beam.git@v1 with: - version-type: strict + version-type: loose elixir-version: '1.20.2' otp-version: '29.0' @@ -99,7 +99,7 @@ jobs: - name: Set up Elixir uses: http://forgejo:3000/graham/setup-beam.git@v1 with: - version-type: strict + version-type: loose elixir-version: '1.20.2' otp-version: '29.0' diff --git a/vendor/aprs b/vendor/aprs index ce327e3..a144d00 160000 --- a/vendor/aprs +++ b/vendor/aprs @@ -1 +1 @@ -Subproject commit ce327e3d278ca3b5bf96e2f0da66386ac56adcf6 +Subproject commit a144d007c13408b48d238feb26a39b895f16fee0