Skip to content

Commit 64fc7d8

Browse files
committed
Switch Java distribution in GitHub pipelines to Eclipse Temurin
See https://adoptium.net/temurin/release-notes?version=25
1 parent 169ca56 commit 64fc7d8

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)