Skip to content

Commit 941d4a0

Browse files
author
Sean O'Brien
committed
chore: update static analysis in test workflow
1 parent eab6346 commit 941d4a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ jobs:
6161

6262
- name: Static analysis
6363
run: |
64-
composer require --dev nette/neon "^3.4.4" phpstan/phpstan "2.1.1" --ignore-platform-req=php --update-with-all-dependencies
64+
composer require --dev nette/neon "^3.4.4" phpstan/phpstan "2.2.2" --ignore-platform-req=php --update-with-all-dependencies
6565
vendor\bin\phpstan analyse src

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
# static analysis
8989
- name: Static analysis
9090
run: |
91-
composer require --dev nette/neon "^3.4.4" phpstan/phpstan "2.1.1" --ignore-platform-req=php --update-with-all-dependencies
91+
composer require --dev nette/neon "^3.4.4" phpstan/phpstan "2.2.2" --ignore-platform-req=php --update-with-all-dependencies
9292
vendor/bin/phpstan analyse src
9393
9494
# generate package

0 commit comments

Comments
 (0)