We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a2e86 commit 7767f8eCopy full SHA for 7767f8e
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Setup java
50
uses: actions/setup-java@v4
51
with:
52
- distribution: 'zulu'
+ distribution: 'temurin'
53
java-version: ${{ matrix.java }}
54
- name: Setup BUILD_JAVA_HOME & BUILD_JAVA_VERSION (Linux)
55
if: runner.os == 'Linux'
0 commit comments