Skip to content

Commit

Permalink
Merge pull request #108 from ToshY/dependabot/github_actions/master/r…
Browse files Browse the repository at this point in the history
…amsey/composer-install-3

Bump ramsey/composer-install from 2 to 3
  • Loading branch information
ToshY authored Mar 3, 2024
2 parents 7e42f65 + b94d2bf commit de21759
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
php-version: ${{ matrix.php-versions }}

- name: Install Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: PHP CS Fixer
run: PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer fix --dry-run -v --diff
2 changes: 1 addition & 1 deletion .github/workflows/phpmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: composer validate

- name: Install Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: PHPMD
run: php vendor/bin/phpmd --strict src/ text phpmd.xml
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
php-version: ${{ matrix.php-versions }}

- name: Install Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: PHPStan
run: php vendor/bin/phpstan analyse --error-format=github
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
php-version: ${{ matrix.php-versions }}

- name: Install Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: PHPUnit
run: php vendor/bin/phpunit
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
php-version: ${{ matrix.php-versions }}

- name: Install Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
composer-options: '--prefer-stable'

Expand Down

0 comments on commit de21759

Please sign in to comment.