From ba907b1bf38c501bde9f39fba604525585b233f8 Mon Sep 17 00:00:00 2001 From: Nick Vatamaniuc Date: Fri, 22 Sep 2023 10:51:55 -0400 Subject: [PATCH] Update Erlang CI images * Use latest patch levels for 24 and 25. * Add 26 to the list. --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6005c403..366bd8dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,9 @@ jobs: os: - ubuntu-latest otp: - - "25.3.0.0" - - "24.3.4.10" + - "26.0.2.0" + - "25.3.2.3" + - "24.3.4.13" - "23.3.4.18" - "22.3.4.26" - "21.3.8.24"