Skip to content

Commit 727d829

Browse files
committed
Corrected max color range
1 parent b7953bb commit 727d829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
label: PHPStan Level
9898
message: ${{ env.PHPSTAN_LEVEL }}
9999
valColorRange: ${{ env.PHPSTAN_LEVEL }}
100-
maxColorRange: 9
100+
maxColorRange: 10
101101
minColorRange: 0
102102

103103
- name: "PHP ${{ matrix.php-version }}: Run phpcs"

0 commit comments

Comments
 (0)