24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

Runtime: Avoid testing with OTP 27 + rebar2, because Jose has warnings_as_errors

and we can't disable that option in rebar2 using overrides
This commit is contained in:
Badlop 2024-05-23 19:00:15 +02:00
parent ad7008a545
commit 2cd53410bc

View File

@ -33,6 +33,9 @@ jobs:
matrix:
otp: ['20', '25', '26', '27']
rebar: ['rebar', 'rebar3']
exclude:
- otp: '27'
rebar: 'rebar'
runs-on: ubuntu-22.04
container:
image: erlang:${{ matrix.otp }}