Skip to content

Commit

Permalink
using temurin distribution in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan committed Dec 5, 2023
1 parent 9c97be1 commit e1193df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
java: [ '17', '21' ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'adopt'
distribution: 'temurin'
- name: Build With Maven
run: mvn -B -fae install --file pom.xml

0 comments on commit e1193df

Please sign in to comment.