Skip to content

Commit

Permalink
[hibernate#1791] Disable build with JDK 22
Browse files Browse the repository at this point in the history
Requires Vert.x 4.5
  • Loading branch information
DavideD committed Jan 15, 2024
1 parent 5565a39 commit f98b2f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ jobs:
# and it's useful to test that.
- { name: "20", java_version_numeric: 20, jvm_args: '--enable-preview' }
- { name: "21-ea", java_version_numeric: 21, from: 'jdk.java.net', jvm_args: '--enable-preview' }
- { name: "22-ea", java_version_numeric: 22, from: 'jdk.java.net', jvm_args: '--enable-preview' }
# Requires Vert.x 4.5
# - { name: "22-ea", java_version_numeric: 22, from: 'jdk.java.net', jvm_args: '--enable-preview' }
steps:
- uses: actions/checkout@v2
- name: Get year/month for cache key
Expand Down

0 comments on commit f98b2f0

Please sign in to comment.