fix(build): upgrade to JDK 21

This commit is contained in:
Harsh Shandilya 2023-12-07 11:08:52 +05:30
parent 53f0656353
commit 8e47906bbe
No known key found for this signature in database
5 changed files with 7 additions and 7 deletions

View file

@ -25,7 +25,7 @@ jobs:
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
with:
distribution: temurin
java-version: 18
java-version: 21
- name: Set up Git author
shell: bash