Skip to content

Commit

Permalink
update to Java 21 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Sep 24, 2023
1 parent 9c09122 commit 044645a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: npm
- name: Set up JDK 20
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 20
java-version: 21
cache: gradle

- name: Build with Gradle
Expand Down

0 comments on commit 044645a

Please sign in to comment.