update jdk version everywhere up to 17

This commit is contained in:
2023-11-06 17:34:07 +06:00
parent 849edadab0
commit c0680932ab
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Update version
run: |
branch="`echo "${{ github.ref }}" | grep -o "[^/]*$"`"