mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Runtime: Remove Erlang 24 which won't work anymore with maybe_expr
This commit is contained in:
parent
4eee6d7cec
commit
b759acdcea
1 changed files with 1 additions and 3 deletions
4
.github/workflows/runtime.yml
vendored
4
.github/workflows/runtime.yml
vendored
|
@ -31,11 +31,9 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
otp: ['24', '25', '26', '27', '28']
|
otp: ['25', '26', '27', '28']
|
||||||
rebar: ['rebar', 'rebar3']
|
rebar: ['rebar', 'rebar3']
|
||||||
exclude:
|
exclude:
|
||||||
- otp: '24'
|
|
||||||
rebar: 'rebar'
|
|
||||||
- otp: '27'
|
- otp: '27'
|
||||||
rebar: 'rebar'
|
rebar: 'rebar'
|
||||||
- otp: '28'
|
- otp: '28'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue