Skip to content

Commit

Permalink
Use Temurin 11 JDK for CI (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Jul 5, 2022
1 parent 8ec61aa commit 6fb4f31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v3
with:
distribution: "adopt-hotspot"
java-version: "11.0.11+9"
distribution: 'temurin'
java-version: '11'

- uses: actions/cache@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v3
with:
distribution: "adopt-hotspot"
java-version: "11.0.11+9"
distribution: 'temurin'
java-version: '11'

- uses: actions/cache@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v3
with:
distribution: "adopt-hotspot"
java-version: "11.0.11+9"
distribution: 'temurin'
java-version: '11'

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 6fb4f31

Please sign in to comment.