Skip to content

Commit

Permalink
GitHub Actions: Test against 25.0, not the latest 25.x
Browse files Browse the repository at this point in the history
There is a regression in EUnit shipped with Erlang 25.1. This regression
makes `rebar3 eunit` to fail when it loads testsuites. See erlang/otp#6320.

While we wait for a fix to be committed and a new version of Erlang 25.x
to be published, let's pin Erlang 25.0 explicitly.
  • Loading branch information
dumbbell committed Sep 22, 2022
1 parent f7ac8fc commit af078e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
otp_version: [24, 25]
otp_version: [24, '25.0']
os: [ubuntu-latest, windows-latest]
exclude:
# `ct_slave` fails to start Erlang nodes on Windows with Erlang 24.
Expand Down

0 comments on commit af078e5

Please sign in to comment.