Skip to content

Commit 6ed9f06

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)