Skip to content

Commit dc71bf2

Browse files
committed
(deps) Update to temurin release
1 parent ed42ee0 commit dc71bf2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Java
2323
uses: actions/setup-java@v2
2424
with:
25-
distribution: 'adopt'
25+
distribution: 'temurin'
2626
java-version: 11
2727
- name: Cache Gradle
2828
uses: actions/cache@v2
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up JDK 11
5252
uses: actions/setup-java@v2
5353
with:
54-
distribution: 'adopt'
54+
distribution: 'temurin'
5555
java-version: 11
5656
- name: Cache SonarCloud packages
5757
uses: actions/cache@v2

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ ubuntu-latest, macos-latest, windows-latest ]
19-
java: [ 11, 14 ]
19+
java: [ 11, 17 ]
2020
needs: validation
2121
runs-on: ${{ matrix.os }}
2222
steps:
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Java
2626
uses: actions/setup-java@v2
2727
with:
28-
distribution: 'adopt'
28+
distribution: 'temurin'
2929
java-version: ${{ matrix.java }}
3030
- name: Make gradlew executable (non-Windows only)
3131
if: matrix.os != 'windows-latest'

0 commit comments

Comments
 (0)