From df3161d9e9af4a39f70e7fd99cdc7c8b4d70b583 Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 22 Dec 2023 16:33:31 +0100 Subject: [PATCH] Runtime: more fixes --- .github/workflows/runtime.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml index 1bda255137b..5acdb6a9f40 100644 --- a/.github/workflows/runtime.yml +++ b/.github/workflows/runtime.yml @@ -27,7 +27,7 @@ on: jobs: rebars: - name: Rebars + name: Rebar2 / 3 strategy: fail-fast: false matrix: @@ -99,13 +99,13 @@ jobs: cat _build/dev/rel/ejabberd/logs/* rebar3-elixir: - name: Rebar3+Elixir + name: Rebar3 + Elixir strategy: fail-fast: false matrix: otp: ['20.3', '25.3', '26'] elixir: ['1.15'] - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: @@ -165,6 +165,12 @@ jobs: matrix: otp: ['25.0', '26'] elixir: ['1.14.0', '1.14.5', '1.15'] + - otp: '25.0' + elixir: '1.14.5' + - otp: '25.0' + elixir: '1.15' + - otp: '26' + elixir: '1.14.0' runs-on: ubuntu-20.04 steps: