From 751b15a0581042ea2cb427a167a03169a514b7d2 Mon Sep 17 00:00:00 2001 From: GwendalLaurent Date: Thu, 2 May 2024 12:01:21 +0200 Subject: [PATCH] Remove OTP 23 from CI and add 25 and 26 --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dff83d..4fd4a95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,13 +7,14 @@ on: jobs: ci: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest name: Erlang ${{matrix.otp}} / rebar ${{matrix.rebar3}} strategy: matrix: otp: + - '26' + - '25' - '24' - - '23' rebar3: - '3' steps: