Commit b976bcf
authored
chore: upgrade build-and-test workflow to test Java 17 and 21 (#321)
# Description
- Added matrix strategy to test against multiple Java versions (17, 21)
- Dynamically sets JDK version in workflow steps using matrix variable
- Ensures compatibility across different Java environments
<img width="612" height="355" alt="image"
src="https://github.com/user-attachments/assets/67345f39-87b6-472f-b144-d6480759628f"
/>
Thank you for opening a Pull Request!
Before submitting your PR, there are a few things you can do to make
sure it goes smoothly:
- [X] Follow the [`CONTRIBUTING` Guide](../CONTRIBUTING.md).
- [X] Make your Pull Request title in the
<https://www.conventionalcommits.org/> specification.
- [X] Ensure the tests pass
Fixes #313 🦕1 parent cfb3cd9 commit b976bcf
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | | - | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | | - | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
0 commit comments