Skip to content

Commit

Permalink
ci: update NoSQL CI support to Java 21
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Oct 16, 2023
1 parent bf18d99 commit 52b8519
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Java 20 CI with Maven
name: Java 21 CI with Maven

on:
push:
Expand All @@ -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 52b8519

Please sign in to comment.