Skip to content

Commit

Permalink
Test against JDK 22 EA
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere authored and DavideD committed Jun 30, 2023
1 parent b8d7673 commit 52b5fd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
# and it's useful to test that.
- { name: "20", java_version_numeric: 20, from: 'jdk.java.net', jvm_args: '--enable-preview' }
- { name: "21-ea", java_version_numeric: 21, from: 'jdk.java.net', jvm_args: '--enable-preview' }
- { name: "22-ea", java_version_numeric: 22, from: 'jdk.java.net', jvm_args: '--enable-preview' }
steps:
- uses: actions/checkout@v2
- name: Get year/month for cache key
Expand Down

0 comments on commit 52b5fd0

Please sign in to comment.