update CI to Java 21

This commit is contained in:
Daniel Micay 2023-12-07 02:27:59 -05:00
parent 2116b71aff
commit 9cdb8a2cd7

View File

@ -11,11 +11,11 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: npm
- name: Set up JDK 20
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 20
java-version: 21
cache: gradle
- name: Build with Gradle