Skip to content

Commit 5248c57

Browse files
committed
Remove cross-module smoke workflow
delete the cross-repository smoke job that built java, cli, and kotlin modules across jdk 17/21. update the changelog to drop the workflow entry so docs match the current ci setup
1 parent 4cab655 commit 5248c57

File tree

2 files changed

+0
-54
lines changed

2 files changed

+0
-54
lines changed

.github/workflows/cross-module-smoke.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
- Added explicit decode-only intent comment in [`FlacCodec`](src/main/java/me/tamkungz/codecmedia/internal/audio/flac/FlacCodec.java).
2929
- Added AIFF parser tests for supported AIFC `NONE` and unsupported compression-type rejection in [`AiffParserTest`](src/test/java/me/tamkungz/codecmedia/internal/audio/aiff/AiffParserTest.java).
3030
- Added explicit decode-only intent comment in [`AiffCodec`](src/main/java/me/tamkungz/codecmedia/internal/audio/aiff/AiffCodec.java).
31-
- Added cross-repository smoke workflow in [`.github/workflows/cross-module-smoke.yml`](.github/workflows/cross-module-smoke.yml) to validate `codecmedia-java`, `codecmedia-cli`, and `codecmedia-kotlin` together across JDK 17/21.
3231

3332
### Verified
3433
- Confirmed MP3 parser updates with `mvn -Dtest=Mp3ParserTest test`.

0 commit comments

Comments
 (0)