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 e8f0c9f + 2e820f5 commit 99a738cCopy full SHA for 99a738c
.github/workflows/code_analysis.yaml
@@ -45,6 +45,6 @@ jobs:
45
php-version: 8.3
46
coverage: none
47
48
- - uses: ramsey/composer-install@v2
+ - uses: ramsey/composer-install@v3
49
50
- run: ${{ matrix.actions.run }}
.github/workflows/downgraded_release.yaml
@@ -23,7 +23,7 @@ jobs:
23
php-version: 8.2
24
25
26
- - uses: "ramsey/composer-install@v2"
+ - uses: "ramsey/composer-install@v3"
27
28
# downgrade /src to PHP 7.2
29
- run: vendor/bin/rector process src config --config build/rector-downgrade-php-72.php --ansi
.github/workflows/test-phpunit.yaml
@@ -26,6 +26,6 @@ jobs:
- - uses: "ramsey/composer-install@v1"
30
31
- run: vendor/bin/phpunit
0 commit comments