From 1673f8341a0c0e2a138b01253668e66caca792fa Mon Sep 17 00:00:00 2001 From: Viacheslav Kudinov Date: Fri, 11 Jun 2021 16:14:07 +0200 Subject: [PATCH] Test with Java 11. --- .github/workflows/push_into_none_master.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/push_into_none_master.yaml b/.github/workflows/push_into_none_master.yaml index 13de4ce..933e2a2 100644 --- a/.github/workflows/push_into_none_master.yaml +++ b/.github/workflows/push_into_none_master.yaml @@ -1,4 +1,4 @@ -name: "Build and test release Maven GitHub action" +name: "Build and test snapshot of Maven GitHub action" on: push: @@ -18,7 +18,7 @@ jobs: with: node-version: 12 - - name: "Install" + - name: "Install packages" run: npm install - name: "Run build" @@ -33,10 +33,10 @@ jobs: - name: "Set up JDK" uses: actions/setup-java@v2 with: - java-version: "8" + java-version: "13" distribution: "adopt" - - name: "Set Maven from local GitHub action" + - name: "Set Maven from local path GitHub action" uses: ./ with: maven-version: 3.8.1 @@ -46,4 +46,4 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: "Apply local changes" + commit_message: "Add a distribution."