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 72888b9 commit dda9a68
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 @@ -8,11 +8,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- 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
run: ./gradlew build --no-daemon

0 comments on commit dda9a68

Please sign in to comment.