Skip to content

Commit

Permalink
Update JDK version to 18.0.1.1 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Laoyang-01 committed Aug 19, 2024
1 parent 2a86c45 commit f7620d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '18'
distribution: 'temurin'
java-version: '18.0.1.1'

- name: Build with Maven
run: mvn clean install
Expand Down

0 comments on commit f7620d6

Please sign in to comment.