From 9a9ef794794a995e68e7682cb8631fdadca1d641 Mon Sep 17 00:00:00 2001 From: Darwin D Wu Date: Sat, 24 Feb 2024 12:02:02 -0800 Subject: [PATCH] update versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9397b3..2a1ca62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,8 @@ jobs: matrix: # NOTE: best effort coverage # https://hexdocs.pm/elixir/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp - elixir: ["1.14", "1.15"] - otp: ["24.3", "25.3"] + elixir: ["1.15", "1.16"] + otp: ["24.3", "25.3", "26.2"] steps: - uses: actions/checkout@v3