JDK updated to 17

pull/4692/head
Nikita Koksharov 2 years ago committed by GitHub
parent 9f842204a5
commit 3e2720d981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,10 +39,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
# with:
# We must fetch at least the immediate parents so that if this is

Loading…
Cancel
Save