We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5a62d commit d4dd265Copy full SHA for d4dd265
.github/workflows/qa.yaml
@@ -30,7 +30,7 @@ jobs:
30
run: composer validate --ansi --strict
31
32
- name: Install dependencies
33
- uses: ramsey/composer-install@v3
+ uses: ramsey/composer-install@v4
34
35
- name: Check PHP code style
36
run: composer cs:check
.github/workflows/tests.yaml
@@ -73,7 +73,7 @@ jobs:
73
php-version: ${{ matrix.php-version }}
74
75
76
77
with:
78
dependency-versions: ${{ matrix.dependencies }}
79
composer-options: ${{ matrix.composer-options }}
0 commit comments