Skip to content

Commit d34d272

Browse files
authored
Update JDK version from 1.8 to 8 in workflow
1 parent 0676e4e commit d34d272

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v6
17-
- name: Set up JDK 1.8
17+
- name: Set up JDK 8
1818
uses: actions/setup-java@v5
1919
with:
20-
java-version: 1.8
20+
java-version: 8
2121
distribution: 'corretto'
2222
- name: Build and test with Maven
2323
run: mvn test -Ptest-output

0 commit comments

Comments
 (0)