Skip to content

Commit 68c8c82

Browse files
mikolalysenkoclaude
andcommitted
Run Composer compatibility when the crawler oracle or group commit changes
The Composer crawler is now a directory module with its equivalence oracle, and vendored Composer lock writes go through the per-run group commit and the durable writer, so changes to any of them run the exact release matrix too. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
1 parent 9343c4f commit 68c8c82

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

‎.github/workflows/composer-compatibility.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,11 @@ on:
3333
- 'crates/socket-patch-core/tests/fixtures/redirect/composer/**'
3434
- 'crates/socket-patch-core/tests/fixtures/composer-version-vectors.json'
3535
- 'crates/socket-patch-core/src/crawlers/composer_crawler.rs'
36+
- 'crates/socket-patch-core/src/crawlers/composer_crawler/**'
3637
- 'crates/socket-patch-core/src/utils/composer*.rs'
3738
- 'crates/socket-patch-core/src/utils/purl.rs'
39+
- 'crates/socket-patch-core/src/utils/group_commit.rs'
40+
- 'crates/socket-patch-core/src/utils/durability.rs'
3841
- 'crates/socket-patch-core/src/vex/**'
3942
- 'crates/socket-patch-cli/src/commands/vendor*'
4043
- 'crates/socket-patch-cli/src/commands/get*.rs'

0 commit comments

Comments
 (0)