Skip to content

Commit

Permalink
. e Fix java -version
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBob committed Sep 19, 2024
1 parent e65cb6a commit 659cd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-jdk-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
sed -i '/<artifactId>approvaltests<\/artifactId>/{N;s/<version>.*<\/version>/<version>100.0.0-SNAPSHOT<\/version>/}' pom.xml
- name: Run in JDK8
run: |
java --version
java -version
mvn verify

0 comments on commit 659cd0b

Please sign in to comment.