From fe0508689c8d5d4c240580d19a8c6b1a98c9da40 Mon Sep 17 00:00:00 2001 From: Jeanfrancois Arcand Date: Tue, 16 Jul 2024 20:02:07 -0400 Subject: [PATCH] Update maven-13.yml Use 17 instead --- .github/workflows/maven-13.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven-13.yml b/.github/workflows/maven-13.yml index da93848d..3e3601f3 100644 --- a/.github/workflows/maven-13.yml +++ b/.github/workflows/maven-13.yml @@ -1,4 +1,4 @@ -name: JDK13 +name: JDK17 on: [push] @@ -9,9 +9,9 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Set up JDK 13 + - name: Set up JDK 17 uses: actions/setup-java@v1 with: - java-version: 13 + java-version: 17 - name: Build with Maven run: mvn -B package --file pom.xml