From 2243793253667f85db343b99dac0343ffbac65bb Mon Sep 17 00:00:00 2001 From: Frerich Raabe Date: Sun, 25 Jan 2026 23:06:23 +0100 Subject: [PATCH] Run CI tests with Elixir 1.19.{3 => 5} --- .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 81c54a8..3bcb6ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - elixir: [1.18.4, 1.19.3] + elixir: [1.18.4, 1.19.5] otp: [27.3, 28.1] steps: