Skip to content

Commit f7391db

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

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up JDK ${{ matrix.jdk }}
2424
uses: actions/setup-java@v5
2525
with:
26-
distribution: 'corretto'
26+
distribution: 'temurin'
2727
java-version: '${{ matrix.jdk }}'
2828
check-latest: true
2929
cache: 'maven'

0 commit comments

Comments
 (0)