Skip to content

Commit

Permalink
fix: use java 11 for snapshot test action
Browse files Browse the repository at this point in the history
  • Loading branch information
akexorcist committed Sep 8, 2024
1 parent 1df7d01 commit 9c994c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snapshot_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}

- name: set up JDK 17
- name: set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '11'
distribution: 'temurin'
cache: 'gradle'

Expand Down

0 comments on commit 9c994c4

Please sign in to comment.