This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git
commit 0ab56936f109b0a7f6eaddb63283e06581278dd1 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Fri Oct 1 21:35:13 2021 +0200 Update CI config --- .github/workflows/maven.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index bbb2175..e350889 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,17 +25,14 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - java: [8, 11, 17-ea] + java: [8, 11, 17] fail-fast: false runs-on: ${{ matrix.os }} steps: - - name: Checkout - uses: actions/[email protected] - - - name: Set up JDK - uses: actions/[email protected] + - uses: actions/checkout@v2 + - uses: actions/setup-java@v2 with: java-version: ${{ matrix.java }} distribution: 'temurin'
