Skip to content

Commit

Permalink
try update
Browse files Browse the repository at this point in the history
  • Loading branch information
qingzhuozhen committed Feb 23, 2024
1 parent 80ba1d7 commit 664b221
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-request-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: 'gradle'
- uses: actions/checkout@v4
- name: Build
run: ./gradlew build
Expand Down

0 comments on commit 664b221

Please sign in to comment.