Skip to content

Commit ab6a458

Browse files
authored
Java 8 instead of 1.8
1 parent ce12f8f commit ab6a458

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/[email protected]
2222
with:
2323
distribution: 'adopt'
24-
java-version: 1.8
24+
java-version: 8
2525
- name: Build with Maven
2626
run: mvn --show-version --no-transfer-progress verify --file pom.xml -Pcoverage
2727
env:

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/[email protected]
2222
with:
2323
distribution: 'adopt'
24-
java-version: 1.8
24+
java-version: 8
2525
- name: Build with Maven
2626
run: mvn --show-version --no-transfer-progress verify --file pom.xml -Pcoverage
2727
env:

0 commit comments

Comments
 (0)