Skip to content
Closed
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/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
extensions: mbstring
php-version: "8.3"

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

- run: composer normalize

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
coverage: none
php-version: "8.3"

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

- name: Run PHPBench
run: |
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
coverage: none
php-version: "8.3"

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

- name: Run PHPBench
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
tools: cs2pr

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

- name: Run a static analysis with phpstan/phpstan
run: vendor/bin/phpstan --error-format=github
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
php-version: "${{ matrix.php-version }}"

- name: Install dependencies with Composer
uses: ramsey/composer-install@v3
uses: ramsey/composer-install@v4
with:
dependency-versions: ${{ matrix.dependencies }}
composer-options: ${{ matrix.composer-options }}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
php-version: "7.4"

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

- name: Run PHPBench
run: composer bench
Loading