Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
commel authored Apr 17, 2024
1 parent 3c2fa27 commit 2eec36b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2eec36b

Please sign in to comment.