From 634bbcb83bcd7e6b92f0d7841f0692fc51ab490a Mon Sep 17 00:00:00 2001 From: Vasili Gulevich Date: Sun, 11 Feb 2024 13:24:46 +0400 Subject: [PATCH] Use Maven 3.9 --- .github/workflows/maven.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2184192..e601e92 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,17 +10,20 @@ name: Java CI with Maven on: push: - branches: [ "master" ] + branches: [ "master", "test" ] pull_request: branches: [ "master", "release" ] jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v3 + - name: Setup Maven + uses: stCarolas/setup-maven@v5 + with: + # Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0 + maven-version: 3.9.x - name: Set up JDK 17 uses: actions/setup-java@v3 with: