From 3ea81d12e765d4a42249835a992c3aa7fd5a777a Mon Sep 17 00:00:00 2001 From: David Mohl Date: Sun, 29 Oct 2023 11:51:49 +0900 Subject: [PATCH] Remove OTP25 Elixir 1.13 isn't compatible with it --- .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 44ea22e..3981b6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: test: strategy: matrix: - otp: ["23.3", "24.3", "25.3"] + otp: ["23.3", "24.3"] elixir: ["1.13.4", "1.14.3", "1.15.7"] runs-on: ubuntu-20.04 steps: