24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-10 21:47:01 +02:00

Run Dialyzer again with Erlang/OTP 26, and let's solve its problems

This commit is contained in:
Badlop 2023-06-08 23:05:52 +02:00
parent 436074c67a
commit 480b42b36d

View File

@ -149,7 +149,6 @@ jobs:
- run: make options - run: make options
- run: make xref - run: make xref
- run: make dialyzer - run: make dialyzer
if: matrix.otp != '26.0-rc3'
- name: Check Production Release - name: Check Production Release
run: | run: |