From 687ca38be9ed42b033d2a6a4f4e9d450db1edcef Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Sat, 15 May 2021 00:40:28 +0100 Subject: [PATCH] Increase consumer confidence --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71d18ea..2c871d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,11 +13,11 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - otp_vsn: [21, 22, 23] + otp_vsn: [21, 22, 23, 24] os: [ubuntu-latest] steps: - uses: actions/checkout@v2 - - uses: erlef/setup-beam@v1.7.0 + - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.otp_vsn}} rebar3-version: '3.14'