From 0d14cc46466f8cc000139db0d6ab3263832a56da Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Tue, 21 May 2024 19:53:40 +0100 Subject: [PATCH] Test over OTP 27 and rebar3 3.23 --- .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 f0db4c5..337d069 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,8 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - otp_vsn: ['24', '25', '26'] - rebar3_vsn: ['3.22'] + otp_vsn: ['24', '25', '26', '27'] + rebar3_vsn: ['3.23'] steps: - uses: actions/checkout@v3 - uses: erlef/setup-beam@v1