CI: Don't run "make options" with Erlang/OTP 28 yet because it crashes (#4352)

This commit is contained in:
Badlop
2025-04-21 18:54:12 +02:00
parent bf3f904fe9
commit 354009033a
+1
View File
@@ -116,6 +116,7 @@ jobs:
- run: make install -s
- run: make hooks
- run: make options
if: matrix.otp <= '27'
- run: make xref
- run: make dialyzer
- run: make test-eunit