1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +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: 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'