Skip to content

Commit

Permalink
docs : Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oosedus authored Oct 10, 2024
1 parent c26a905 commit 11d8a95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
java-version: '21'


- name: application.yaml 생성
run: |
Expand Down

0 comments on commit 11d8a95

Please sign in to comment.