Skip to content

chore(ci): bump erlang-ci to v2.1.7 - #59

Merged
Taure merged 1 commit into
mainfrom
chore/erlang-ci-2-1-7
Aug 11, 2026
Merged

chore(ci): bump erlang-ci to v2.1.7#59
Taure merged 1 commit into
mainfrom
chore/erlang-ci-2-1-7

Conversation

@Taure

@Taure Taure commented Aug 11, 2026

Copy link
Copy Markdown
Owner

Picks up the ELP fixes from Taure/erlang-ci#71, #72 and #73.

Found while auditing whether shigoto's ELP settings matched reality after widgrensit/asobi#436. Short version: shigoto is fine and this is a clean bump - unlike Taure/kura#176, which needed test fixes to land alongside it.

What the bump changes

  • The elp action resolves its binary from the ELP release rather than a hardcoded OTP-major table that stopped at 28. shigoto is on OTP 28.4.1, which the old table covered, so this changes nothing today - it stops the next OTP bump from silently disabling the ELP jobs, which is exactly what had happened to asobi.
  • The action now compiles the test profile before linting, so parse transforms from test-only deps resolve. shigoto has no test module pulling one in, so again no change here.

Verified before bumping

elp lint on this tree: 0 errors under both the old default-profile compile and the new test-profile compile (5 warnings, unchanged either way). So the newer ELP that comes with v2.1.7 does not introduce findings here. rebar3 fmt --check clean.

release.yml is byte-identical between v2.0.9 and v2.1.7, so both pins move together.

Not in this PR

enable-elp-eqwalize stays false: 220 errors on this tree. That is a real project, same shape as widgrensit/asobi#435 - worth its own issue if you want to chip at it.

Picks up the ELP fixes in erlang-ci#71/#72/#73: the elp action resolves its
binary from the release instead of a hardcoded OTP-major table, and compiles
the test profile before linting so parse transforms from test-only deps
resolve. Neither changes anything for shigoto today - it is on OTP 28, which
the old table covered, and it has no test module pulling in a parse transform
- but it stops the next OTP bump from silently disabling the ELP jobs.

Verified before bumping that this does not turn the lint gate red: `elp lint`
reports 0 errors under both the old default-profile compile and the new
test-profile one (5 warnings either way). release.yml is byte-identical
between v2.0.9 and v2.1.7, so both pins move together.
@github-actions

Copy link
Copy Markdown

🟠 Code Coverage — 57.4%

1015 of 1769 lines covered.


🟡 ELP Lint — 5 warnings

5 diagnostics found. See job logs for details.

@Taure
Taure merged commit df6a9cc into main Aug 11, 2026
17 checks passed
@Taure
Taure deleted the chore/erlang-ci-2-1-7 branch August 11, 2026 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant