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.
1 parent c4e8220 commit f3821b4Copy full SHA for f3821b4
.github/workflows/build.yml
@@ -152,6 +152,8 @@ jobs:
152
uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # 3.10.0
153
with:
154
distribution: temurin
155
+ # The last provided Java version will be used and available globally.
156
+ # Other Java versions can be accessed through environment variables: `JAVA_HOME_<majorVersion>_<architecture>`
157
java-version: |
158
8
159
17
0 commit comments