Skip to content

Commit

Permalink
ci(GitHub): use JDK 21 instead of JDK 17 for build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Artyom Shendrik <[email protected]>
  • Loading branch information
amal committed Nov 17, 2023
1 parent 4decb9d commit be34484
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 @@ -47,11 +47,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: 'Set up JDK 17'
- name: 'Set up JDK 21'
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit be34484

Please sign in to comment.