From 2eec36bf63ebb54a1f34dbcd37aed19f775da3b5 Mon Sep 17 00:00:00 2001 From: Bernd Ritter Date: Wed, 17 Apr 2024 23:23:03 +0200 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 476d98c0..69ffd62b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,7 +21,7 @@ jobs: # https://hub.docker.com/_/postgres postgres: # Docker Hub image - image: postgres + image: postgres:16 # Provide the password for postgres env: POSTGRES_DB: holarse @@ -43,7 +43,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-java@v4 with: - java-version: '17' + java-version: '21' cache: maven distribution: 'temurin' - name: Build and Test HolaCMS