Skip to content

Commit 659cd0b

Browse files
committed
. e Fix java -version
1 parent e65cb6a commit 659cd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-jdk-8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
sed -i '/<artifactId>approvaltests<\/artifactId>/{N;s/<version>.*<\/version>/<version>100.0.0-SNAPSHOT<\/version>/}' pom.xml
5151
- name: Run in JDK8
5252
run: |
53-
java --version
53+
java -version
5454
mvn verify
5555

0 commit comments

Comments
 (0)