1
0
Fork 0
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:
Badlop 2025-09-14 11:16:32 +02:00
parent 4eee6d7cec
commit b759acdcea

View file

@ -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'