From 5503c03e3913a56239d82c71c957d1535e84b905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 25 Oct 2024 19:14:07 +0200 Subject: [PATCH] Bump to least supported OTP version --- .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 81d0f2e6f..831406539 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: include: - pair: # Test very old Elixir and Erlang elixir: "1.14" - otp: "23" + otp: "25" - pair: # Test Erlang without -doc attribute support elixir: "1.16" otp: "26"