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 6abcd29 commit ccb41c4Copy full SHA for ccb41c4
.github/workflows/CI build.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v2
22
23
# Setup the jdk using version 11 of adoptOpenJDK
24
- - name: Setup java 11 using adoptOpenJDK
+ - name: Setup java 11 using Adoptium Temurin
25
uses: actions/setup-java@v2
26
with:
27
distribution: 'temurin'
0 commit comments