From c4cb9ac362040ecdec31c5cc3f3c7e531c29c8b1 Mon Sep 17 00:00:00 2001 From: Jason Axelson Date: Mon, 1 Jan 2024 09:35:53 -1000 Subject: [PATCH] In CI test against Elixir 1.16 --- .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 2c967a2e..54fbecde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,8 @@ jobs: include: - elixir: '1.11.4' otp: '24.2' - - elixir: '1.15.5' - otp: '26.0' + - elixir: '1.16.0' + otp: '26.2' steps: - uses: actions/checkout@v3