Skip to content

Commit def9f5a

Browse files
committed
Simulate level 10 in issue bot on 1.12.x
1 parent ff75213 commit def9f5a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/issue-bot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ jobs:
106106
attempt_limit: 5
107107
attempt_delay: 1000
108108

109+
- name: "Add level 10 config file"
110+
run: "cp issue-bot/config.level10.neon conf/"
111+
109112
- name: "Run PHPStan"
110113
working-directory: "issue-bot"
111114
timeout-minutes: 5

issue-bot/config.level10.neon

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
includes:
2+
- config.level9.neon
3+
4+
parameters:
5+
checkImplicitMixed: true

0 commit comments

Comments
 (0)