Skip to content

Commit

Permalink
[hibernate#2029] Build with JDK 25-ea on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Dec 13, 2024
1 parent aa5dd85 commit 2ba1c50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ jobs:
- { name: "21", java_version_numeric: 21, jvm_args: '--enable-preview' }
- { name: "23", java_version_numeric: 23, from: 'jdk.java.net', jvm_args: '--enable-preview' }
- { name: "24-ea", java_version_numeric: 24, from: 'jdk.java.net', jvm_args: '--enable-preview' }
- { name: "25-ea", java_version_numeric: 25, from: 'jdk.java.net', jvm_args: '--enable-preview' }
steps:
- name: Checkout ${{ inputs.branch }}
uses: actions/checkout@v2
Expand Down

0 comments on commit 2ba1c50

Please sign in to comment.