Skip to content

Commit 3a49d3b

Browse files
committed
[#1791] Disable build with JDK 22
Requires Vert.x 4.5
1 parent 114ebd2 commit 3a49d3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ jobs:
151151
# and it's useful to test that.
152152
- { name: "20", java_version_numeric: 20, jvm_args: '--enable-preview' }
153153
- { name: "21-ea", java_version_numeric: 21, from: 'jdk.java.net', jvm_args: '--enable-preview' }
154-
- { name: "22-ea", java_version_numeric: 22, from: 'jdk.java.net', jvm_args: '--enable-preview' }
154+
# Requires Vert.x 4.5
155+
# - { name: "22-ea", java_version_numeric: 22, from: 'jdk.java.net', jvm_args: '--enable-preview' }
155156
steps:
156157
- uses: actions/checkout@v2
157158
- name: Get year/month for cache key

0 commit comments

Comments
 (0)