We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b92c8a8 + 36b201e commit 4670912Copy full SHA for 4670912
.github/workflows/checkBuild.yml
@@ -21,7 +21,7 @@ jobs:
21
22
strategy:
23
matrix:
24
- java: [17]
+ java: [17, 21]
25
distribution: [temurin]
26
27
steps:
CONTRIBUTING.md
@@ -19,7 +19,7 @@ We also encourage you to read the [contribution instructions by GitHub](https://
19
### Software Requirements
20
You should have the following things installed:
* Git
-* Java 17 - should be as unmodified as possible (Recommended: [Eclipse Adoptium](https://adoptium.net/temurin/releases/))
+* Java 21 - should be as unmodified as possible (Recommended: [Eclipse Adoptium](https://adoptium.net/temurin/releases/))
* Maven
### Recommended setup
0 commit comments