Commit bb71b1f
Fix inverted matrix logic in CI workflows
CRITICAL FIX: The determine-matrix logic was backwards.
Before:
- master/force_run/full-ci → ["latest"] (only 1 config)
- Regular PRs → ["latest","minimum"] (both configs)
After (correct):
- master/force_run/full-ci → ["latest","minimum"] (both configs)
- Regular PRs → ["latest"] (only 1 config)
This ensures:
- PRs get fast feedback with latest dependencies only
- Master and full CI runs test both latest AND minimum supported versions
Affected workflows:
- examples.yml
- gem-tests.yml
- integration-tests.yml
- package-js-tests.yml
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 1c54be1 commit bb71b1f
File tree
4 files changed
+8
-8
lines changed- .github/workflows
4 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | 45 | | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | 47 | | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | 46 | | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | 48 | | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments