Skip to content
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/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
coverage: "none"

- name: Install Composer
uses: "ramsey/composer-install@v3"
uses: "ramsey/composer-install@v4"

- name: Generate Documentation
run: make docs
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
coverage: "none"

- name: Install Composer
uses: "ramsey/composer-install@v3"
uses: "ramsey/composer-install@v4"
with:
dependency-versions: "${{ matrix.dependencies }}"

Expand All @@ -67,7 +67,7 @@ jobs:
node-version: '22'

- name: Install Composer
uses: "ramsey/composer-install@v3"
uses: "ramsey/composer-install@v4"

- name: Tests
run: vendor/bin/phpunit --testsuite=inspector
Expand All @@ -84,7 +84,7 @@ jobs:
node-version: '22'

- name: Install Composer
uses: "ramsey/composer-install@v3"
uses: "ramsey/composer-install@v4"

- name: Start conformance server
run: |
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
run: composer validate --strict

- name: Install Composer
uses: "ramsey/composer-install@v3"
uses: "ramsey/composer-install@v4"

- name: Code Style PHP
run: vendor/bin/php-cs-fixer fix --dry-run
Expand Down