Skip to content

Commit

Permalink
correct java version
Browse files Browse the repository at this point in the history
  • Loading branch information
hknots committed Apr 2, 2024
1 parent 2f30bcf commit 4cb0d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
id: get_repo
run: echo ::set-output name=REPO::${GITHUB_REPOSITORY#*/}

- name: Setup Java 11
- name: Setup Java 17
uses: actions/setup-java@v3.12.0
with:
distribution: 'adopt'
java-version: '11'
java-version: '17'

- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1.1.0
Expand Down

0 comments on commit 4cb0d23

Please sign in to comment.