Commit cfb3cd9
authored
ci: add Java version matrix (17, 21, 24) to run-tck workflow (#323)
- Updated run-tck.yml to use a matrix strategy
- Tests will now run against Java versions 17, 21, and 24
- Fixes #314
<img width="1438" height="978" alt="Screenshot 2025-10-01 232520"
src="https://github.com/user-attachments/assets/9b05e006-5d6f-4c79-b6fe-d3b3ae571bc4"
/>
# Description
Added a matrix strategy to the tck-test job with Java versions: [17, 21,
24]
Updated the JDK setup step to use ${{ matrix.java-version }} instead of
hardcoded '17'
Updated the step name to dynamically show which Java version is being
used
Fixes #<314> 🦕1 parent 8815fba commit cfb3cd9
File tree
2 files changed
+31
-3
lines changed- .github/workflows
- extras/queue-manager-replicated/tests
2 files changed
+31
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
40 | | - | |
41 | | - | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | | - | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
74 | 99 | | |
75 | 100 | | |
76 | 101 | | |
| |||
0 commit comments