Skip to content

Conversation

@simbo1905
Copy link
Owner

@simbo1905 simbo1905 commented Jul 27, 2025

Implements multi-job CI build to validate both Java 21 core compatibility and Java 24 tooling requirements.

✅ Core library builds on Java 21 (maintains compatibility promise)
✅ Full project builds on Java 24 (enables tooling features)

Closes #9

- Add Java 21 job to test core library compatibility
- Add Java 24 job to test full project including API tracker
- Separate cache keys for different JDK versions
- Validates Java 21 promise while enabling Java 24 tooling

Closes #9
@simbo1905 simbo1905 merged commit 6450b54 into main Jul 27, 2025
2 checks passed
@simbo1905 simbo1905 deleted the multi-jdk-ci branch July 27, 2025 16:43
simbo1905 pushed a commit that referenced this pull request Aug 22, 2025
- Add Java 21 job to test core library compatibility
- Add Java 24 job to test full project including API tracker
- Separate cache keys for different JDK versions

Closes #9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement multi-JDK CI build strategy

2 participants