Skip to content

Commit

Permalink
Change setup jdk to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
imbyungjun committed Feb 6, 2024
1 parent fbc54b0 commit d2a9e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-build-with-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup JDK 8
- name: Setup JDK 11
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8.0.345'
java-version: '11.0.22'
architecture: x64
cache: 'gradle'

Expand Down

0 comments on commit d2a9e6b

Please sign in to comment.