Skip to content

Commit 3d11279

Browse files
sormurasmarcphilipp
authored andcommitted
Add JAVA_25 to JRE enum
Add `JRE.JAVA_25` constant and introduce JDK 25-ea CI build Closes #4177 (cherry picked from commit e3715cf)
1 parent 70e91bf commit 3d11279

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/cross-version.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- version: 24
3030
type: ea
3131
release: leyden
32+
- version: 25
33+
type: ea
3234
name: "OpenJDK ${{ matrix.jdk.version }} (${{ matrix.jdk.release || matrix.jdk.type }})"
3335
runs-on: ubuntu-latest
3436
steps:

documentation/src/docs/asciidoc/release-notes/release-notes-5.11.4.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ JUnit repository on GitHub.
4848
[[release-notes-5.11.4-junit-jupiter-new-features-and-improvements]]
4949
==== New Features and Improvements
5050

51-
*
51+
* `JAVA_25` has been added to the `JRE` enum for use with JRE-based execution conditions.
5252

5353

5454
[[release-notes-5.11.4-junit-vintage]]

gradle/base/code-generator-model/src/main/resources/jre.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@
2828
since: '5.11'
2929
- version: 24
3030
since: '5.11'
31+
- version: 25
32+
since: '5.11.4'

0 commit comments

Comments
 (0)