From af8df0aaeaf77d0fba0330a7caa348ce3b44159a Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Fri, 6 Oct 2023 12:16:06 +0200 Subject: [PATCH] Update JDK 21ea to 21ga in github actions. --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4b6c6a746..da108f1ee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ '11', '17', '21-ea' ] + java: [ '11', '17', '21' ] steps: - name: Set up JDK ${{ matrix.java }} @@ -47,10 +47,11 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Checkout Project - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false submodules: false + show-progress: false - name: Build Roller and run JUnit Tests run: mvn -V -ntp install