We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 169ca56 + 64fc7d8 commit 0c7f146Copy full SHA for 0c7f146
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up JDK ${{ matrix.jdk }}
23
uses: actions/setup-java@v5
24
with:
25
- distribution: 'corretto'
+ distribution: 'temurin'
26
java-version: '${{ matrix.jdk }}'
27
check-latest: true
28
cache: 'maven'
0 commit comments