mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +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:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
otp: ['24', '25', '26', '27', '28']
|
||||
otp: ['25', '26', '27', '28']
|
||||
rebar: ['rebar', 'rebar3']
|
||||
exclude:
|
||||
- otp: '24'
|
||||
rebar: 'rebar'
|
||||
- otp: '27'
|
||||
rebar: 'rebar'
|
||||
- otp: '28'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue