We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1465bf3 + 6f5b61d commit a162dd3Copy full SHA for a162dd3
1 file changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
coverage: none
24
25
- name: Install Composer Dependencies
26
- uses: ramsey/composer-install@v2
+ uses: ramsey/composer-install@v3
27
28
- name: Run phpunit
29
run: vendor/bin/phpunit --verbose
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
- name: Run phpstan
47
run: vendor/bin/phpstan analyse --no-progress
0 commit comments