From fac22da4910ee3a66c0db1fda7e884c3a9d90305 Mon Sep 17 00:00:00 2001 From: Sami Ekblad Date: Wed, 24 May 2023 13:05:41 +0300 Subject: [PATCH] v24 and Java17 --- .github/workflows/maven.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 869f8c12..a50c29e2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,9 +10,9 @@ name: Java CI with Maven on: push: - branches: [ "v23" ] + branches: [ "v24" ] pull_request: - branches: [ "v23" ] + branches: [ "v24" ] jobs: build: @@ -21,10 +21,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'temurin' cache: maven - name: Build with Maven