Skip to content

Bump actions/checkout to v5 and add legacy compiler CI jobs - #31

Merged
Coralesoft merged 2 commits into
mainfrom
chore/ci-hygiene-checkout-and-legacy
May 15, 2026
Merged

Bump actions/checkout to v5 and add legacy compiler CI jobs#31
Coralesoft merged 2 commits into
mainfrom
chore/ci-hygiene-checkout-and-legacy

Conversation

@Coralesoft

Copy link
Copy Markdown
Collaborator

Summary

Two small CI clean-ups.

  • Bump actions/checkout from v4 to v5 across both workflow files, removing the Node.js 20 deprecation warnings before GitHub Actions moves JavaScript actions to Node.js 24 by default on 2 June 2026.

  • Add legacy compiler jobs for GCC 9, GCC 10, Clang 13, and Clang 14 in branch-build-and-test.yml. These run on ubuntu-22.04, where those older compilers are still available.

The legacy jobs run the normal cryptest flow and move the coverage from the LMS branch into main, so every PR gets it.

Verification

CI covers this PR directly:

  • existing jobs now use actions/checkout@v5
  • new jobs build and run cryptest with GCC 9/10 and Clang 13/14

actions/checkout@v4 still runs on Node.js 20 and now warns in CI as GitHub Actions moves JavaScript actions to Node.js 24.

Bump checkout to v5 across both workflow files.
Add branch-build-and-test jobs for GCC 9, GCC 10, Clang 13, and Clang 14.

These run on ubuntu-22.04 because ubuntu-24.04 no longer carries those older compiler versions. Each job runs the normal cryptest validation flow.

This moves the legacy coverage from the LMS branch into main, so every PR gets the same check.
@Coralesoft
Coralesoft marked this pull request as ready for review May 15, 2026 01:57
@Coralesoft
Coralesoft merged commit 3a5d733 into main May 15, 2026
41 checks passed
@Coralesoft
Coralesoft deleted the chore/ci-hygiene-checkout-and-legacy branch May 15, 2026 01:58
@Coralesoft Coralesoft mentioned this pull request May 17, 2026
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