File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments