Skip to content

Commit

Permalink
Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Mar 19, 2024
1 parent 4dc98cb commit ecb2f68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compat-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
uses: ForgeForce/action-jar-compatibility@main
with:
self-name: 'forgeforce-pr-publishing[bot]'
beta-version-pattern: .+
beta-version-pattern: 30.+
env:
GITHUB_TOKEN: ${{ steps.gen_repo_token.outputs.token }}
4 changes: 4 additions & 0 deletions src/main/java/test/Something.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ public void run() {

}
}

public boolean hmm() {
return false;
}
}

0 comments on commit ecb2f68

Please sign in to comment.