From a7953523c2e2f71b469d99c2c7b6cdb12f9baae4 Mon Sep 17 00:00:00 2001 From: Eksperimental Date: Thu, 6 Nov 2025 09:11:01 -0500 Subject: [PATCH] Add Elixir v1.19 and Erlang/OTP 28 to CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82bef695c..e12ec64dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,6 +86,9 @@ jobs: otp: "27" - elixir: "1.18" otp: "27" + # Test with latest Elixir and Erlang versions + - elixir: "1.19" + otp: "28" lint: true steps: - uses: actions/checkout@v3