Gate alpha8 release on full Ruby matrix

This commit is contained in:
2026-07-20 15:34:33 -07:00
parent 49a161632e
commit f4bf4eb625
5 changed files with 50 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ class WorkflowContractTest < Minitest::Test
workflow_uses(workflow)
end
assert_equal 5, action_uses.length
assert_equal 7, action_uses.length
action_uses.each do |action_use|
action, separator, revision = action_use.rpartition("@")