From a8fc4ad301e9c9285744f625fbba14935a06782a Mon Sep 17 00:00:00 2001 From: zmstone Date: Fri, 14 Jun 2024 14:07:04 +0200 Subject: [PATCH] Test on OTP 25 26 and 27 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbba291..9eb6f33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,9 @@ jobs: fail-fast: false matrix: otp: - - '24.1' - - '23.3.4.7' - - '22.3.4.21' + - '27' + - '26' + - '25' kafka: - '2.4' - '1.1' @@ -47,7 +47,7 @@ jobs: with: version-type: strict otp-version: ${{matrix.otp}} - rebar3-version: '3.17.0' + rebar3-version: '3.20.0' # Compile - name: Compile