Skip to content

Commit

Permalink
Update Test workflow to Java 17 (#5300)
Browse files Browse the repository at this point in the history
  • Loading branch information
riQQ authored Oct 11, 2023
1 parent 2af8b3c commit e159aac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
java-version: '17'
distribution: 'temurin'

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit e159aac

Please sign in to comment.