Skip to content

Commit

Permalink
[CI] Upgrade ramsey/composer-install
Browse files Browse the repository at this point in the history
This should be the end of Github action Node deprecations

(narrator voice: it was not)
  • Loading branch information
smnandre committed Mar 1, 2024
1 parent 1a4f208 commit 54e65a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-turbo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
php-version: '8.1'
extensions: zip

- uses: ramsey/composer-install@v2
- uses: ramsey/composer-install@v3
with:
working-directory: src/Turbo

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
php-version: ${{ matrix.php-version }}

- name: Install Turbo packages
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
working-directory: src/Turbo
dependency-versions: ${{ matrix.dependency-version }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
- uses: ramsey/composer-install@v2
- uses: ramsey/composer-install@v3
- name: php-cs-fixer
run: ./vendor/bin/php-cs-fixer fix --dry-run --diff

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
php-version: ${{ matrix.php-version }}

- name: Install root packages
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
working-directory: ${{ github.workspace }}
dependency-versions: ${{ matrix.dependency-version }}
Expand All @@ -122,7 +122,7 @@ jobs:
working-directory: ${{ github.workspace }}

- name: Install ${{ matrix.component }} packages
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
working-directory: "src/${{ matrix.component }}"
dependency-versions: ${{ matrix.dependency-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ux.symfony.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
php-version: 8.1

- name: Install dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
working-directory: ux.symfony.com

Expand Down

0 comments on commit 54e65a4

Please sign in to comment.