From d9e326c7affbeed211b7a8697f709f6e0eb377ab Mon Sep 17 00:00:00 2001 From: Bryan Paxton <39971740+starbelly@users.noreply.github.com> Date: Thu, 29 May 2025 19:53:36 -0500 Subject: [PATCH 1/2] Update CI to reflect latest backwards compat support --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6687bd3..6b9c47a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,16 +14,16 @@ jobs: strategy: matrix: include: - - otp: 27 + - otp: 28 os: ubuntu-24.04 - rebar3: 3.23 + rebar3: 3.25 dialyzer: true - - otp: 26 + - otp: 27 os: ubuntu-24.04 - rebar3: 3.23 - - otp: 25 + rebar3: 3.25 + - otp: 26 os: ubuntu-24.04 - rebar3: 3.23 + rebar3: 3.25 steps: - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 From 9a05e1990062987dc502ba920183ab9a4f9c3514 Mon Sep 17 00:00:00 2001 From: Bryan Paxton <39971740+starbelly@users.noreply.github.com> Date: Thu, 29 May 2025 19:55:04 -0500 Subject: [PATCH 2/2] Update badge in README to reflect supported OTP versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c45c5e..100571f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://github.com/erlef/rebar3_hex/actions/workflows/ci.yml/badge.svg)](https://github.com/erlef/rebar3_hex/actions/workflows/ci.yml) [![Hex pm](https://img.shields.io/hexpm/v/rebar3_hex.svg)](https://hex.pm/packages/rebar3_hex) [![Docs](https://img.shields.io/badge/hex-docs-green.svg?style=flat)](https://hexdocs.pm/rebar3_hex) -[![Erlang Versions](https://img.shields.io/badge/Supported%20Erlang%2FOTP-25.0%20to%2027.0-blue)](http://www.erlang.org) +[![Erlang Versions](https://img.shields.io/badge/Supported%20Erlang%2FOTP-26.0%20to%2028.0-blue)](http://www.erlang.org) rebar3_hex is a plugin for [Rebar3](https://www.rebar3.org/) that bundles providers to interact with [Hex](https://hex.pm/).