Skip to content

Commit 674c264

Browse files
author
Greg Bowler
committed
ci: specify phpstan version
1 parent c9ed22f commit 674c264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: PHP Static Analysis
108108
uses: php-actions/phpstan@v3
109109
with:
110-
version: 1.10
110+
version: "1.12.6"
111111
php_version: ${{ matrix.php }}
112112
path: src/
113113
level: 7

0 commit comments

Comments
 (0)