Skip to content

Commit f1c27bd

Browse files
committed
Add JAVA_26 to JRE enum
Add `JRE.JAVA_26` constant and introduce JDK 26-ea CI build Closes #4642
1 parent 91a5f71 commit f1c27bd

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/cross-version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
jdk:
2525
- version: 25
2626
type: ea
27+
- version: 26
28+
type: ea
2729
name: "OpenJDK ${{ matrix.jdk.version }} (${{ matrix.jdk.release || matrix.jdk.type }})"
2830
runs-on: ubuntu-latest
2931
steps:

documentation/src/docs/asciidoc/release-notes/release-notes-6.0.0-M1.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ repository on GitHub.
129129
* Kotlin's `suspend` modifier may now be applied to test and lifecycle methods.
130130
* The `Arguments` interface for parameterized tests is now officially a
131131
`@FunctionalInterface`.
132+
* `JAVA_26` has been added to the `JRE` enum for use with JRE-based execution conditions.
132133

133134

134135
[[release-notes-6.0.0-M1-junit-vintage]]

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@
3030
since: '5.11'
3131
- version: 25
3232
since: '5.11.4'
33+
- version: 26
34+
since: '6.0.0'

0 commit comments

Comments
 (0)