CI: switched another job to Java 17

This commit is contained in:
pelya
2023-05-17 21:21:09 +03:00
parent f17ebbea79
commit 42ec5d69c2

View File

@@ -35,6 +35,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Java 17
uses: actions/setup-java@v2
with:
java-version: 17
distribution: temurin
- name: Check out the repository
uses: actions/checkout@v2
with: