Skip to content

Commit

Permalink
Runtime: more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Dec 22, 2023
1 parent 1060dee commit df3161d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
jobs:

rebars:
name: Rebars
name: Rebar2 / 3
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit df3161d

Please sign in to comment.