We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f218520 commit 404c94eCopy full SHA for 404c94e
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: "Validate composer.json and composer.lock"
35
run: "composer validate --strict --no-interaction --ansi"
36
- name: "Install dependencies with Composer"
37
- uses: "ramsey/composer-install@v2"
+ uses: "ramsey/composer-install@v3"
38
- name: "Run tests"
39
run: "make test"
40
@@ -50,7 +50,7 @@ jobs:
50
php-version: "8.0"
51
coverage: "none"
52
53
54
- name: "Check coding standards"
55
run: "make php-cs-fixer-ci"
56
@@ -66,6 +66,6 @@ jobs:
66
67
68
69
70
- name: "Run PHPStan"
71
run: "make phpstan"
0 commit comments