Skip to content

Commit c74f652

Browse files
committed
Try to fix CI
1 parent c92de12 commit c74f652

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10-
- name: PHPStan Static Analysis
11-
uses: php-actions/phpstan@v3
10+
- uses: php-actions/composer@v6
11+
- uses: php-actions/phpstan@v3
12+
name: PHPStan Static Analysis
1213
with:
1314
path: .

0 commit comments

Comments
 (0)