From a7721dd8819e8b8b41412f2b456337c8405cb003 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Tue, 21 May 2024 20:05:58 +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 d003815..6571519 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