From 7f98e2bab6e892e592d2f340d5b60771a87408b9 Mon Sep 17 00:00:00 2001 From: Martin Berger Date: Mon, 5 May 2025 12:38:15 +0000 Subject: [PATCH] Update to Erlang 27.3.3 and Alpine 3.21.3 --- .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 2fd27ed..41b4366 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,12 +23,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - otp: [27.2] - alpine: [3.21.0] + otp: [27.3.3] + alpine: [3.21.3] latest: [false] include: - - otp: 27.2 - alpine: 3.21.0 + - otp: 27.3.3 + alpine: 3.21.3 latest: true steps: - name: Checkout diff --git a/VERSION b/VERSION index 8a31ff1..d78e8e3 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -erlang 27.2 -alpine 3.21.0 +erlang 27.3.3 +alpine 3.21.3