Skip to content

Commit

Permalink
Switch to temurin JDK and add JDK 11 for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnerbart committed Nov 13, 2024
1 parent 82943ca commit df6ff62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- name: Setup Java
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
with:
distribution: 'adopt'
java-version: '8'
distribution: temurin
java-version: |
8
11
- name: Check
run: ./gradlew check javadoc
run: ./gradlew check javadoc
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Setup Java
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
with:
distribution: 'adopt'
java-version: '8'
distribution: temurin
java-version: 8
- name: Publish to Maven Central
env:
ORG_GRADLE_PROJECT_signKey: ${{ secrets.SIGN_KEY }}
Expand Down

0 comments on commit df6ff62

Please sign in to comment.