Skip to content

Commit

Permalink
no, don't merge them
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Dec 22, 2023
1 parent d28cb0f commit 855163e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,12 @@ jobs:
cat _build/dev/rel/ejabberd/logs/*
rebar3-elixir:
name: Rebar3/Elixir
name: Rebar3+Elixir
strategy:
fail-fast: false
matrix:
otp: ['23.0', '25.3', '26']
elixir: ['1.14.0', '1.14.5', '1.15']
tool: ['rebar3', 'mix']
exclude:
- otp: '23.0'
elixir: '1.15'
Expand Down Expand Up @@ -137,7 +136,7 @@ jobs:
- name: Compile
run: |
./autogen.sh
./configure --with-rebar=`which ${{ matrix.tool }}` \
./configure --with-rebar=./rebar3 \
--prefix=/tmp/ejabberd \
--enable-all \
--disable-odbc
Expand Down

0 comments on commit 855163e

Please sign in to comment.