From 252be892f17b65c7a2bc58ccf0b14fc1dc928110 Mon Sep 17 00:00:00 2001 From: Sergey Prokhorov Date: Wed, 4 Dec 2024 12:35:32 +0100 Subject: [PATCH] Test on OTP-26, drop pre-OTP-23; OTP-27 not compatible yet --- .github/workflows/ci.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9220d1b..1b55b21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,15 +19,14 @@ jobs: matrix: os: - "ubuntu-20.04" - rebar3: ["3.18.0"] + rebar3: ["3.20.0"] otp: - - "25.1" + - "26.2" + - "25.3" - "24.3" - - "23.3" - - "22.3" include: - - otp: "21.3" - rebar3: "3.15.2" + - otp: "23.3" + rebar3: "3.18.0" os: "ubuntu-20.04" env: SHELL: /bin/sh # needed for erlexec