Skip to content

Commit cca3d5a

Browse files
yrodiereDavideD
authored andcommitted
Test against JDK 20 (early access)
1 parent a554bd4 commit cca3d5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ jobs:
150150
# even if we don't use these features, just enabling them can cause side effects
151151
# and it's useful to test that.
152152
- { name: "19-ea", java_version_numeric: 19, from: 'jdk.java.net', jvm_args: '--enable-preview' }
153+
- { name: "20-ea", java_version_numeric: 20, from: 'jdk.java.net', jvm_args: '--enable-preview' }
153154
steps:
154155
- uses: actions/checkout@v2
155156
- name: Get year/month for cache key

0 commit comments

Comments
 (0)