Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into feature/#23-ui-signup-layout
  • Loading branch information
etama123 committed May 8, 2023
2 parents e91a52d + e76e167 commit 399c884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: gradle

Expand Down

0 comments on commit 399c884

Please sign in to comment.