Skip to content

Commit 447a0b5

Browse files
committed
update deployment
1 parent 463b59d commit 447a0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/moia-deploy-on-pr-merge.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
environment: prd
1717
steps:
1818
- uses: actions/checkout@v3
19-
- name: Set up JDK 17
19+
- name: Set up JDK 21
2020
uses: actions/setup-java@v3
2121
with:
22-
java-version: 17
22+
java-version: 21
2323
distribution: 'zulu'
2424
- name: Set version
2525
run: mvn versions:set -DnewVersion=moia-latest-SNAPSHOT

0 commit comments

Comments
 (0)