We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0676e4e commit d34d272Copy full SHA for d34d272
1 file changed
.github/workflows/maven.yml
@@ -14,10 +14,10 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v6
17
- - name: Set up JDK 1.8
+ - name: Set up JDK 8
18
uses: actions/setup-java@v5
19
with:
20
- java-version: 1.8
+ java-version: 8
21
distribution: 'corretto'
22
- name: Build and test with Maven
23
run: mvn test -Ptest-output
0 commit comments