mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01: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:
parent
ad7008a545
commit
2cd53410bc
3
.github/workflows/runtime.yml
vendored
3
.github/workflows/runtime.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user