Skip to content

Commit

Permalink
Simulate level 10 in issue bot on 1.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Oct 12, 2024
1 parent ff75213 commit 22763e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/issue-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ jobs:
attempt_limit: 5
attempt_delay: 1000

- name: "Add level 10 config file"
run: "cp issue-bot/config.level10.neon conf/"

- name: "Run PHPStan"
working-directory: "issue-bot"
timeout-minutes: 5
Expand Down
5 changes: 5 additions & 0 deletions issue-bot/config.level10.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
includes:
- config.level9.neon

parameters:
checkImplicitMixed: true

0 comments on commit 22763e1

Please sign in to comment.