Skip to content

Commit caab53d

Browse files
authored
Update build_deploy_preprod.yml
1 parent e8fbd1b commit caab53d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_deploy_preprod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
echo ${{ steps.ip.outputs.ipv4 }}
2525
echo ${{ steps.ip.outputs.ipv6 }}
2626
- uses: actions/checkout@v2
27-
- name: Set up JDK 11
27+
- name: Set up JDK 17
2828
uses: actions/setup-java@v3
2929
with:
30-
java-version: '11'
30+
java-version: '17'
3131
distribution: 'adopt'
3232
cache: maven
3333
- name: Build with Maven

0 commit comments

Comments
 (0)