Skip to content

Commit b570091

Browse files
committedJan 23, 2025··
simian 16
1 parent 9caac47 commit b570091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/simian.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
distribution: 'temurin'
4646
java-version: 17
4747
- run: wget --quiet http://public.yegor256.com/simian.jar -O /tmp/simian.jar
48-
- run: java -jar /tmp/simian.jar -threshold=15 "-excludes=**/EOsocketTest.java" "-excludes=**/gen" "-excludes=**/it" "**/*.java"
48+
- run: java -jar /tmp/simian.jar -threshold=16 "-excludes=**/EOsocketTest.java" "-excludes=**/gen" "-excludes=**/it" "**/*.java"

0 commit comments

Comments
 (0)
Please sign in to comment.