File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
timeout-minutes : 30
26
26
strategy :
27
27
matrix :
28
- java : [17, 21]
28
+ java : [17, 21, 25 ]
29
29
distribution : [temurin]
30
30
steps :
31
31
- uses : actions/checkout@v5
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ We also encourage you to read the [contribution instructions by GitHub](https://
19
19
### Software Requirements
20
20
You should have the following things installed:
21
21
* Git
22
- * Java 21 - should be as unmodified as possible (Recommended: [ Eclipse Adoptium] ( https://adoptium.net/temurin/releases/ ) )
22
+ * Java 25 - should be as unmodified as possible (Recommended: [ Eclipse Adoptium] ( https://adoptium.net/temurin/releases/ ) )
23
23
* Maven (Note that the [ Maven Wrapper] ( https://maven.apache.org/wrapper/ ) is shipped with the repo)
24
24
25
25
### Recommended setup
You can’t perform that action at this time.
0 commit comments