From be773fa33e0b2742985407728f4a37d7b3ce7e51 Mon Sep 17 00:00:00 2001 From: Victor Oliveira Nascimento Date: Sat, 24 Jan 2026 23:13:29 -0300 Subject: [PATCH] fix(CI): temp min OTP version for CI fix JOSE has introduced the use of `dynamic()` types and so it needs OTP 26 as a minimum. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19f4582..f855ebe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: matrix: include: - elixir: "1.15" - otp: "24" + otp: "26" - elixir: "1.19" otp: "28" lint: lint