Skip to content

Commit

Permalink
Merge pull request #13 from neuefische/deploy-workflow-fix
Browse files Browse the repository at this point in the history
Fix: java version update
  • Loading branch information
NrdnKrmt authored Nov 19, 2024
2 parents 04290cd + b0f6dbf commit cda734e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21' # must match the version in the pom.xml
java-version: '23' # must match the version in the pom.xml
distribution: 'temurin'
cache: 'maven'

Expand Down

0 comments on commit cda734e

Please sign in to comment.