Skip to content

Commit

Permalink
ci: update java CI version to run version 21
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Oct 16, 2023
1 parent 57f5503 commit ebb373e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ 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
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit ebb373e

Please sign in to comment.