Skip to content

Commit

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

Closes #4177
  • Loading branch information
sormuras committed Dec 7, 2024
1 parent 086ac2f commit 2cca2d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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
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.12'

0 comments on commit 2cca2d1

Please sign in to comment.