Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ramsey/composer-install from 2 to 3 #69

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/coding_standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# see https://github.com/ramsey/composer-install
- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"

- run: composer fix-style

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php_linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
coverage: none

# see https://github.com/ramsey/composer-install
- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"

- run: composer lint
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# see https://github.com/ramsey/composer-install
- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"

- run: composer analyze
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: "composer require typo3/testing-framework:${{ matrix.typo3-versions.testing }} typo3/cms-core:${{ matrix.typo3-versions.typo3 }}"

# see https://github.com/ramsey/composer-install
- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"

- name: "Run Unit tests"
run: composer test-unit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly_pull_requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
php-version: 8.0
coverage: none

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

- run: ${{ matrix.actions.run }}

Expand Down