Commit ad67d52
Standardize gem-tests workflow to use dynamic matrix configuration
Convert gem-tests.yml to use the same dynamic matrix pattern as
integration-tests.yml and examples.yml for consistency.
Changes:
- Added setup-gem-tests-matrix job to compute matrix based on context
- Updated rspec-package-tests to use fromJson(needs.setup-gem-tests-matrix.outputs.matrix)
- Removed static include/exclude pattern in favor of dynamic generation
- Maintains same behavior: latest on PRs, both latest+minimum on master or with full-ci label
Benefits:
- Consistent pattern across all three test workflows
- More explicit and debuggable (matrix visible in job output)
- Prevents potential issues with empty/false values in exclude
- Easier to understand and maintain
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 3456dd0 commit ad67d52
1 file changed
+20
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
66 | 84 | | |
67 | 85 | | |
68 | 86 | | |
69 | 87 | | |
70 | 88 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 89 | + | |
83 | 90 | | |
84 | 91 | | |
85 | 92 | | |
| |||
0 commit comments