Skip to content

Commit bcada5f

Browse files
committed
[#1801] Disable build with JDK 22 on CI
1 parent a6c693e commit bcada5f

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
@@ -152,7 +152,8 @@ jobs:
152152
# and it's useful to test that.
153153
- { name: "20", java_version_numeric: 20, jvm_args: '--enable-preview' }
154154
- { name: "21-ea", java_version_numeric: 21, from: 'jdk.java.net', jvm_args: '--enable-preview' }
155-
- { name: "22-ea", java_version_numeric: 22, from: 'jdk.java.net', jvm_args: '--enable-preview' }
155+
# We skip this until Vert.x fixes a bug preventing the build to pass: https://github.com/eclipse-vertx/vertx-sql-client/issues/1379
156+
# - { name: "22-ea", java_version_numeric: 22, from: 'jdk.java.net', jvm_args: '--enable-preview' }
156157
steps:
157158
- uses: actions/checkout@v2
158159
- name: Get year/month for cache key

0 commit comments

Comments
 (0)