Skip to content

Commit

Permalink
CI: Test EUnit only with Erlang 26 or higher
Browse files Browse the repository at this point in the history
Three tests fail with older Erlang versions:
  fxml_test: splitted_stream_test...*failed*
  fxml_test: streaming_mismatched_tags_error_test...*failed*
  fxml_test: streaming_invalid_attribute_error_test...*failed*
  • Loading branch information
badlop committed Nov 6, 2024
1 parent 4302255 commit d4ccd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: rebar3 xref
- run: rebar3 dialyzer
- run: rebar3 eunit -v
if: matrix.otp >= 24
if: matrix.otp >= 26

cover:
name: Cover
Expand Down

0 comments on commit d4ccd4e

Please sign in to comment.