Skip to content

ci(tooling): add non-blocking CI matrix for soroban-sdk 22.x patch versions - #518

Open
maisamariwanta4-bit wants to merge 1 commit into
WHEELBACK:mainfrom
maisamariwanta4-bit:ci/soroban-sdk-patch-matrix
Open

ci(tooling): add non-blocking CI matrix for soroban-sdk 22.x patch versions#518
maisamariwanta4-bit wants to merge 1 commit into
WHEELBACK:mainfrom
maisamariwanta4-bit:ci/soroban-sdk-patch-matrix

Conversation

@maisamariwanta4-bit

Copy link
Copy Markdown

Summary

Add a CI matrix job that tests the full suite against multiple pinned soroban-sdk 22.x patch versions.

Description

This PR adds a new non-blocking CI job test-soroban-sdk-22x-matrix that tests against multiple soroban-sdk 22.x patch versions (22.0.0, 22.0.5, 22.0.11).

Changes

  • Add matrix strategy to .github/workflows/test.yml testing versions: 22.0.0, 22.0.5, 22.0.11
  • Matrix job uses continue-on-error: true to remain non-blocking
  • Each matrix entry uses cached Rust dependencies with a version-specific cache key
  • Runs the full test suite, clippy, and formatting checks for each version

closes #432

…rsions

Add a matrix job test-soroban-sdk-22x-matrix that tests the full suite against
multiple pinned soroban-sdk 22.x patch versions (22.0.0, 22.0.5, 22.0.11) to catch
any subtle behavior changes or regressions introduced in patch-level updates that
might otherwise slip through as safe by virtue of being patch versions.

This job is non-blocking (continue-on-error: true) and runs in addition to the
existing pinned test job, following the same pattern as test-next-stable.
@drips-wave

drips-wave Bot commented Aug 29, 2026

Copy link
Copy Markdown

@maisamariwanta4-bit Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

Add a CI matrix testing against multiple pinned soroban-sdk 22.x patch versions

1 participant