mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
CI: Add OTP 26.0-rc1 to the test matrix
But disable dialyzer in 26, as it complains verbosely without reason
This commit is contained in:
parent
1c82daacb2
commit
37676757e3
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
otp: ['20.0', '21.3', '24.3', '25']
|
otp: ['20.0', '21.3', '24.3', '25', '26.0-rc1']
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
@ -149,6 +149,7 @@ jobs:
|
|||||||
- run: make options
|
- run: make options
|
||||||
- run: make xref
|
- run: make xref
|
||||||
- run: make dialyzer
|
- run: make dialyzer
|
||||||
|
if: matrix.otp != '26.0-rc1'
|
||||||
|
|
||||||
- name: Check Production Release
|
- name: Check Production Release
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user