Skip to content

Commit

Permalink
chore: update prod github action java version
Browse files Browse the repository at this point in the history
  • Loading branch information
invaderb committed Dec 3, 2024
1 parent 4d27468 commit ab253e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
environment: prod
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
Expand Down

0 comments on commit ab253e3

Please sign in to comment.