Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Apr 1, 2024
2 parents 3f3b791 + 99a738c commit fcc21db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
php-version: 8.3
coverage: none

- uses: ramsey/composer-install@v2
- uses: ramsey/composer-install@v3

- run: ${{ matrix.actions.run }}
2 changes: 1 addition & 1 deletion .github/workflows/downgraded_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
php-version: 8.2
coverage: none

- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"

# downgrade /src to PHP 7.2
- run: vendor/bin/rector process src config --config build/rector-downgrade-php-72.php --ansi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-phpunit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
php-version: 8.2
coverage: none

- uses: "ramsey/composer-install@v1"
- uses: "ramsey/composer-install@v3"

- run: vendor/bin/phpunit

0 comments on commit fcc21db

Please sign in to comment.