Skip to content

Commit

Permalink
ci: update Java version to use temurin Java 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 ddecf94 commit c09b318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
strategy:
matrix:
java-version: [ '17', '21-ea' ]
java-version: [ '17', '21' ]

runs-on: ubuntu-latest

Expand Down

0 comments on commit c09b318

Please sign in to comment.