From 28ee39c1fddde9fa5f911c8395176cd71d4d8e12 Mon Sep 17 00:00:00 2001 From: Thomas Cioppettini <544875+tomciopp@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:37:49 -0400 Subject: [PATCH] chore(Alpine + Erlang): Update to alpine 3.19.3 and erlang 27.0.1. Add back most recent versions of erlang @25 and @26 --- .github/workflows/ci.yml | 8 ++++---- VERSION | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b41b7bc..bff2386 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,12 +22,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - otp: [26.2.3] - alpine: [3.19.1] + otp: [25.3.2.9, 26.2.5.2, 27.0.1] + alpine: [3.19.3] latest: [false] include: - - otp: 26.2.1 - alpine: 3.19.1 + - otp: 27.0.1 + alpine: 3.19.3 latest: true steps: - name: Checkout diff --git a/VERSION b/VERSION index e094825..bf10e63 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -erlang 26.2.3 -alpine 3.19.1 +erlang 27.0.1 +alpine 3.19.3