Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/cross-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,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 @@ -45,7 +45,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
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ JUnit repository on GitHub.
thread dump to `System.out` prior to interrupting a test thread due to a timeout.
* `TestReporter` now allows publishing files for a test method or test class which can be
used to include them in test reports, such as the Open Test Reporting format.

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

[[release-notes-5.12.0-M1-junit-vintage]]
=== 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'