Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Change jdk version to 11 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cheonjaeung committed Dec 1, 2022
1 parent 52c2f08 commit 97167c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up jdk
uses: actions/setup-java@v2
with:
java-version: "8"
java-version: "11"
distribution: "adopt"

- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 97167c7

Please sign in to comment.