From 93d8b2a080b55c1ef1bff69f726c7d30910e9397 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Tue, 30 Nov 2021 03:08:55 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f6589ab7..d8d362b7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v2 - name: Set up JDK - uses: actions/setup-java@v2.4.0 + uses: actions/setup-java@v2 with: java-version: '11' distribution: 'temurin' @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v2 - name: Set up JDK - uses: actions/setup-java@v2.4.0 + uses: actions/setup-java@v2 with: java-version: '11' distribution: 'temurin' @@ -58,7 +58,7 @@ jobs: strategy: matrix: - maven: [ '3.1.1', '3.3.9', '3.6.3', '3.8.2' ] + maven: [ '3.1.1', '3.3.9', '3.6.3', '3.8.4' ] os: [ ubuntu-latest, windows-latest, macOS-latest ] java: # Hotspot VM, the "default" VM @@ -66,7 +66,7 @@ jobs: dist: temurin - version: 11 dist: temurin - - version: 16 + - version: 17 dist: temurin fail-fast: false @@ -77,7 +77,7 @@ jobs: uses: actions/checkout@v2 - name: Set up JDK - uses: actions/setup-java@v2.4.0 + uses: actions/setup-java@v2 with: java-version: ${{ matrix.java.version }} distribution: ${{ matrix.java.dist }}