Skip to content

Commit

Permalink
#276 [chore] java 버전 업그레이드
Browse files Browse the repository at this point in the history
  • Loading branch information
2zerozu committed Nov 24, 2023
1 parent 11b3a95 commit 7b1bcf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
java-version: '17'
distribution: 'corretto'
cache: gradle

- name: Create Google-Services.json
Expand Down

0 comments on commit 7b1bcf3

Please sign in to comment.