Skip to content

Commit 0c7f146

Browse files
authored
Merge pull request #616 from jenkinsci/jdk25
Switch Java distribution in GitHub pipelines to Eclipse Temurin
2 parents 169ca56 + 64fc7d8 commit 0c7f146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up JDK ${{ matrix.jdk }}
2323
uses: actions/setup-java@v5
2424
with:
25-
distribution: 'corretto'
25+
distribution: 'temurin'
2626
java-version: '${{ matrix.jdk }}'
2727
check-latest: true
2828
cache: 'maven'

0 commit comments

Comments
 (0)