Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Set java version to 11
  • Loading branch information
linroid authored Sep 8, 2023
1 parent 7588cfc commit 1308a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '11'
check-latest: true
cache: gradle
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 1308a5a

Please sign in to comment.