Skip to content

Commit

Permalink
fix(ci): use OpenJDK distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed Apr 19, 2024
1 parent 65db425 commit 32d5e61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'adopt'

- name: Build with Gradle
run: ./gradlew build
Expand Down

0 comments on commit 32d5e61

Please sign in to comment.