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.
1 parent fb6de72 commit 4603944Copy full SHA for 4603944
.github/workflows/ci.yml
@@ -22,6 +22,6 @@ jobs:
22
php-version: ${{ matrix.php }}
23
coverage: none
24
25
- - uses: "ramsey/composer-install@v1"
+ - uses: "ramsey/composer-install@v3"
26
27
- run: vendor/bin/phpunit --exclude-group=functional
0 commit comments