Skip to content

Commit

Permalink
Fixing JDK 17 for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-insolia-cko committed Oct 11, 2023
1 parent 3bced27 commit cc8ec14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
distribution: corretto
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit cc8ec14

Please sign in to comment.