Skip to content

Commit f9ea159

Browse files
committed
[#1825] Add JDK 22 and 23 to the build
And update the JDK 21 (we are still using the -ea one)
1 parent 56fe152 commit f9ea159

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ jobs:
151151
# even if we don't use these features, just enabling them can cause side effects
152152
# and it's useful to test that.
153153
- { name: "20", java_version_numeric: 20, jvm_args: '--enable-preview' }
154-
- { name: "21-ea", java_version_numeric: 21, 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' }
154+
- { name: "21", 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' }
156+
- { name: "23-ea", java_version_numeric: 23, from: 'jdk.java.net', jvm_args: '--enable-preview' }
157157
steps:
158158
- uses: actions/checkout@v2
159159
- name: Get year/month for cache key

0 commit comments

Comments
 (0)