Skip to content

Commit

Permalink
Add JAVA_25 to JRE enum
Browse files Browse the repository at this point in the history
Add `JRE.JAVA_25` constant and introduce JDK 25-ea CI build

Closes #4177

(cherry picked from commit e3715cf)
  • Loading branch information
sormuras authored and marcphilipp committed Dec 11, 2024
1 parent 70e91bf commit 3d11279
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/cross-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- version: 24
type: ea
release: leyden
- version: 25
type: ea
name: "OpenJDK ${{ matrix.jdk.version }} (${{ matrix.jdk.release || matrix.jdk.type }})"
runs-on: ubuntu-latest
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ JUnit repository on GitHub.
[[release-notes-5.11.4-junit-jupiter-new-features-and-improvements]]
==== New Features and Improvements

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


[[release-notes-5.11.4-junit-vintage]]
Expand Down
2 changes: 2 additions & 0 deletions gradle/base/code-generator-model/src/main/resources/jre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@
since: '5.11'
- version: 24
since: '5.11'
- version: 25
since: '5.11.4'

0 comments on commit 3d11279

Please sign in to comment.