Skip to content

Commit

Permalink
Use Java 21 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderploegsma committed Jan 18, 2024
1 parent c1a6325 commit 64fcf09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93
with:
java-version: "8"
distribution: adopt
java-version: "21"
distribution: "temurin"
- name: Test with Gradle
run: ./gradlew --no-daemon --continue test

Expand Down

0 comments on commit 64fcf09

Please sign in to comment.