From 3f1b1a63cac5bb79f6fc00071e38db2658bcc04b Mon Sep 17 00:00:00 2001 From: Greg Rychlewski Date: Thu, 19 Oct 2023 10:13:44 -0400 Subject: [PATCH] Update integration tests to use otp 26 (#4302) --- .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 d8345be0af..fe0277d568 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: fail-fast: false matrix: elixirbase: - - "1.15.6-erlang-25.3.2.6-alpine-3.16.7" + - "1.15.6-erlang-26.1.2-alpine-3.16.7" - "1.15.6-erlang-24.3.4.14-alpine-3.16.7" - "1.11.4-erlang-21.3.8.24-alpine-3.13.3" steps: